From 9ff40f135409c30ede8e268d1ce60ab7cce1768b Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Sun, 7 Sep 2025 17:28:31 +0000 Subject: [PATCH] Update web/templates/entry_view.html --- web/templates/entry_view.html | 337 ++++++++-------------------------- 1 file changed, 76 insertions(+), 261 deletions(-) diff --git a/web/templates/entry_view.html b/web/templates/entry_view.html index 924954a..9f5221d 100644 --- a/web/templates/entry_view.html +++ b/web/templates/entry_view.html @@ -14,12 +14,12 @@ {% endif %}
-
+
-
+ @@ -38,24 +38,23 @@ Share - + - + - + {% if user.is_authenticated and user.is_staff %} - Edit Delete {% endif %} @@ -92,7 +91,7 @@
- {{ entry.application|linebreaksbr|default:"—" }} + {{ entry.application|linebreaksbr|default:"—" }}
@@ -132,7 +131,6 @@
Talk
{% if entry.talk_title %}{{ entry.talk_title }}{% else %}—{% endif %} - {# Talk Number pill (staff-only link) #} {% if entry.talk_number %} {% if user.is_authenticated and user.is_staff and talk_pdf_url %} - + - + - + +{% endblock %} +{% block extra_body %} + + {% endblock %} \ No newline at end of file