diff --git a/web/templates/entry_view.html b/web/templates/entry_view.html index e1b261f..f750d57 100644 --- a/web/templates/entry_view.html +++ b/web/templates/entry_view.html @@ -25,8 +25,22 @@ + + + {% if user.is_authenticated and user.is_staff %} - Unlock / Edit + Edit Delete {% endif %} @@ -53,7 +67,7 @@
Illustration
-
+
{{ entry.illustration|linebreaksbr|default:"—" }}
@@ -61,7 +75,7 @@
-
+
{{ entry.application|linebreaksbr|default:"—" }}
@@ -127,6 +141,14 @@
+ + + + + {% endblock %} \ No newline at end of file