Don’t link to talks with fuzzy dates.

This commit is contained in:
Oliver Davies 2015-09-10 15:03:24 +01:00
parent e4802e31f2
commit 382e2dc1c8

View file

@ -5,5 +5,11 @@
{% else %}
{{ talk.date|date('jS F') }}
{% endif %}
{% endspaceless %}</strong> - {{ talk.location }} - <a href="{{ talk.url }}">{{ talk.title }}</a>
{% endspaceless %}</strong> - {{ talk.location }}
-
{% if talk.fuzzy_date %}
{{ talk.title }}
{% else %}
<a href="{{ talk.url }}">{{ talk.title }}</a>
{% endif %}
</li>