diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-02-26 22:13:37 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-02-26 22:13:37 +0000 |
commit | 6de4fa66a2ea7986230c3bb0f64887488acaa33f (patch) | |
tree | 8907e1988764da4b090636b1efeee79021af7c9e /templates/svxfile.html | |
parent | 394d94d5d6916b3aa61c7f89ce1b37798d3a87a1 (diff) | |
download | troggle-6de4fa66a2ea7986230c3bb0f64887488acaa33f.tar.gz troggle-6de4fa66a2ea7986230c3bb0f64887488acaa33f.tar.bz2 troggle-6de4fa66a2ea7986230c3bb0f64887488acaa33f.zip |
Initial add of On This Day links to svx file page
Diffstat (limited to 'templates/svxfile.html')
-rw-r--r-- | templates/svxfile.html | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/templates/svxfile.html b/templates/svxfile.html index 3417859..45e0127 100644 --- a/templates/svxfile.html +++ b/templates/svxfile.html @@ -80,6 +80,17 @@ LOGMESSAGES --> {% endif %} </div> - - +<span style="font-family: monospace; font-size: 130%; "> +{% for sb in svxblocks %} +<details {% if forloop.first %} open{% endif %}><summary><b>{{sb.date|date:"Y-m-d"}}</b> {{sb.title}} '{{sb.name}}'</summary> +List of Logbook entries, wallets and other survex files on {{sb.date|date:"Y-m-d"}}. +<br /> +[Work in progress, Feb. 2023...]<br /> + {% include 'onthisdate.html' %} +</details> +{% empty %} +Cannot find any survex blocks in this survex file. <br /> +Report this to a nerd if you think this is incorrect. +{% endfor %} +</span> {% endblock %} |