ip mgmt 버그 수정/demo 계정기능 추가

This commit is contained in:
2025-02-18 00:43:40 +09:00
parent 7d1c508828
commit 3c2f154afb
6 changed files with 229 additions and 221 deletions

View File

@ -39,7 +39,7 @@
{% else %}
<p class="text-muted">현재 공지사항이 없습니다.</p>
{% endif %}
{% if request.user.is_authenticated %}
{% if request.user.is_authenticated and request.user.is_staff %}
<!-- 버튼 컨테이너 -->
<div class="d-flex justify-content-between align-items-center mb-3">
<a href="{% url 'board_notice:create_notice' %}" class="btn btn-primary">Create Notice</a>