ip mgmt 버그 수정/demo 계정기능 추가
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user