Delete button moved from results to edit pages. Tweak announcement feature for easier use. #5

Merged
joshlaymon merged 4 commits from develop into main 2025-09-07 20:57:30 +00:00
Showing only changes of commit e70952dba6 - Show all commits

View File

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