Move talks back into one template

This commit is contained in:
Oliver Davies 2016-01-28 21:47:30 +00:00
parent f483b373a6
commit f91788120a
5 changed files with 64 additions and 69 deletions

View file

@ -1,6 +1,8 @@
{{ talk.event.name }} -
{% if talk.fuzzy_date %}
{{ talk.title }}
{% else %}
<a href="{{ talk.url }}">{{ talk.title }}</a>
{% endif %}
<li>
{{ talk.event.name }} -
{% if talk.fuzzy_date %}
{{ talk.title }}
{% else %}
<a href="{{ talk.url }}">{{ talk.title }}</a>
{% endif %}
</li>