From 54136721b8ef4c10be6efa70dd8c8e48f7d561fb Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 9 Sep 2023 23:03:37 +0300 Subject: [PATCH] fix for survex file url --- templates/onthisdate.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}Survex files on this date:
{% for item in svxothers %} -     {{item.path|safe}}
+     {{item.path|safe}}
{% empty %} None found for this date.
{% endfor %}