summaryrefslogtreecommitdiffstats
path: root/templates/onthisdate.html
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-09-09 23:03:37 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2023-09-09 23:03:37 +0300
commit54136721b8ef4c10be6efa70dd8c8e48f7d561fb (patch)
tree729942dbb4d552b1016af19cd1a097aec1abf3f5 /templates/onthisdate.html
parent5a191ee554488ff8cf3668f011440edecf671e49 (diff)
downloadtroggle-54136721b8ef4c10be6efa70dd8c8e48f7d561fb.tar.gz
troggle-54136721b8ef4c10be6efa70dd8c8e48f7d561fb.tar.bz2
troggle-54136721b8ef4c10be6efa70dd8c8e48f7d561fb.zip
fix for survex file url
Diffstat (limited to 'templates/onthisdate.html')
-rw-r--r--templates/onthisdate.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/onthisdate.html b/templates/onthisdate.html
index eea001b..2f88323 100644
--- a/templates/onthisdate.html
+++ b/templates/onthisdate.html
@@ -3,7 +3,7 @@
{% if svxothers %}<u>Survex files</u> on this date:<br>
<span style="font-size: 70%; ">
{% for item in svxothers %}
- &nbsp;&nbsp;&nbsp;&nbsp;<a href="/survexfile/{{item.path}}">{{item.path|safe}}</a> <br/>
+ &nbsp;&nbsp;&nbsp;&nbsp;<a href="/survexfile/{{item.path}}.svx">{{item.path|safe}}</a> <br/>
{% empty %}
<em>None found for this date.</em><br>
{% endfor %}