diff --git a/web/templates/entry_view.html b/web/templates/entry_view.html index 924954a..22e6d2b 100644 --- a/web/templates/entry_view.html +++ b/web/templates/entry_view.html @@ -1,671 +1,37 @@ {% extends "base.html" %} -{% block body_class %}themed-bg{% endblock %} {% load static %} +{% block body_class %}{% endblock %} + {% block content %} -
+
- -
-
- ← Back to Search - {% if count %} - {{ position }} of {{ count }} - {% endif %} -
-
-
- - - -
-
- - - -
- - - - - - - - - {% if user.is_authenticated and user.is_staff %} - - Edit - Delete - {% endif %} -
+
+

{{ entry.title }}

+

{{ entry.subtitle }}

- -
- -
- {% if subject_list %} - {% for s in subject_list %} - {{ s }} - {% endfor %} - {% else %} - (no subject) - {% endif %} -
+ {# Your existing entry content goes here… #} - -
- -
- {{ entry.illustration|linebreaksbr|default:"—" }} -
-
+
+{% endblock %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +{% block extra_body %} + {% endblock %} \ No newline at end of file