whooooops, forgot to output name if there's no link

master
Tezza 2015-02-23 16:09:30 +01:00
parent acf5628134
commit da6fd377d2
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
<a href="{{ event.url.0 }}">
{{ event.name }}
</a>
{% else %}
{{ event.name }}
{% endif %}
</h2>
{% if event.location is defined %}