From b3e9b222c984a6bf85189868d0a64dcecbf14fb8 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Fri, 15 Aug 2025 22:59:30 +0000 Subject: [PATCH] Update web/templates/entry_view.html --- web/templates/entry_view.html | 81 +++++++++++++++++++++++++++++++++-- 1 file changed, 77 insertions(+), 4 deletions(-) diff --git a/web/templates/entry_view.html b/web/templates/entry_view.html index 695baab..647ed11 100644 --- a/web/templates/entry_view.html +++ b/web/templates/entry_view.html @@ -25,8 +25,23 @@ + + + {% if user.is_authenticated and user.is_staff %} - Unlock / Edit + + Edit Delete {% endif %} @@ -53,7 +68,7 @@
-
+
{{ entry.illustration|linebreaksbr|default:"—" }}
@@ -61,7 +76,7 @@
-
+
{{ entry.application|linebreaksbr|default:"—" }}
@@ -127,6 +142,14 @@
+ + + -{% endblock %} \ No newline at end of file + + +{% endblock %} \ No newline at end of file