Allow html chars in names

This commit is contained in:
Sam Wenham
2019-06-26 18:36:08 +01:00
parent 768ec83037
commit 8fe02e5c89
3 changed files with 3 additions and 3 deletions

View File

@@ -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 %}