diff options
Diffstat (limited to 'templates')
-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 %}
|