diff --git a/web/templates/entry_view.html b/web/templates/entry_view.html index 22e6d2b..924954a 100644 --- a/web/templates/entry_view.html +++ b/web/templates/entry_view.html @@ -1,37 +1,671 @@ {% extends "base.html" %} +{% block body_class %}themed-bg{% endblock %} {% load static %} -{% block body_class %}{% endblock %} - {% block content %} -
+
-
-

{{ entry.title }}

-

{{ entry.subtitle }}

+ +
+
+ ← Back to Search + {% if count %} + {{ position }} of {{ count }} + {% endif %} +
+
+
+ + + +
+
+ + + +
+ + + + + + + + + {% if user.is_authenticated and user.is_staff %} + + Edit + Delete + {% endif %} +
- {# Your existing entry content goes here… #} + +
+ +
+ {% if subject_list %} + {% for s in subject_list %} + {{ s }} + {% endfor %} + {% else %} + (no subject) + {% endif %} +
-
-{% endblock %} -{% block extra_body %} - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {% endblock %} \ No newline at end of file