Update web/templates/entry_view.html

This commit is contained in:
Joshua Laymon 2025-09-07 20:40:54 +00:00
parent 24911e2ec0
commit e70952dba6

View File

@ -55,7 +55,6 @@
<!-- Edit/Delete for staff -->
{% if user.is_authenticated and user.is_staff %}
<a class="btn btn-outline" href="{% url 'entry_edit' entry.id %}">Edit</a>
<a class="btn btn-danger" href="{% url 'entry_delete' entry.id %}">Delete</a>
{% endif %}
</div>
</div>