diff --git a/web/templates/entry_view.html b/web/templates/entry_view.html index 473c1f0..8ca9dab 100644 --- a/web/templates/entry_view.html +++ b/web/templates/entry_view.html @@ -34,10 +34,24 @@
- -

- {{ entry.subject|default:"(no subject)" }} -

+ + +
+
+ {% if subject_list %} + {% for s in subject_list %} + {{ s }} + {% endfor %} + {% else %} + (no subject) + {% endif %} +
+
@@ -67,12 +81,13 @@
{% if scripture_list %} {% for sc in scripture_list %} - - {{ sc }} - - {% endfor %} + target="_blank" rel="noopener" + title="Search WOL for {{ sc }}" + >{{ sc }} + {% endfor %} {% else %}—{% endif %}