Move talks back into one template
This commit is contained in:
parent
f483b373a6
commit
f91788120a
5 changed files with 64 additions and 69 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue