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 @@
Illustration
-
+
{{ 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