Re-add pseudo talks

This commit is contained in:
Oliver Davies 2017-10-27 22:55:09 +01:00
parent d38d6be307
commit e0e93e4fe5
2 changed files with 17 additions and 4 deletions

View file

@ -11,9 +11,13 @@
{% if not talk_page %}
<td class="pa2">
<a href="{{ row.talk.url }}">
{{ row.talk.title }}
</a>
{% if row.talk.url is not empty %}
<a href="{{ row.talk.url }}">
{{ row.talk.title }}
</a>
{% else %}
{{ row.talk.title }}
{% endif %}
<small class="db black-70">
{{ row.event.type|default('Talk') }}