diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-09-09 23:03:37 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-09-09 23:03:37 +0300 |
commit | 54136721b8ef4c10be6efa70dd8c8e48f7d561fb (patch) | |
tree | 729942dbb4d552b1016af19cd1a097aec1abf3f5 /templates/onthisdate.html | |
parent | 5a191ee554488ff8cf3668f011440edecf671e49 (diff) | |
download | troggle-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.html | 2 |
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 %}
- <a href="/survexfile/{{item.path}}">{{item.path|safe}}</a> <br/>
+ <a href="/survexfile/{{item.path}}.svx">{{item.path|safe}}</a> <br/>
{% empty %}
<em>None found for this date.</em><br>
{% endfor %}
|