summaryrefslogtreecommitdiffstats
path: root/templates/svxcavesingle.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/svxcavesingle.html')
-rw-r--r--templates/svxcavesingle.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/svxcavesingle.html b/templates/svxcavesingle.html
index ad5540f..54a4250 100644
--- a/templates/svxcavesingle.html
+++ b/templates/svxcavesingle.html
@@ -41,7 +41,7 @@
<td>{{survexblock.name}}</td>
<td>
{% if survexblock.expedition %}
- <a href="{{survexblock.expedition.get_absolute_url}}">{{survexblock.date}}</a>
+ <a href="{{survexblock.expedition.get_absolute_url}}">{{survexblock.date|date:"D d M Y"}}</a>
{% else %}
{{survexblock.date}}
{% endif %}