Re-add pseudo talks
This commit is contained in:
parent
d38d6be307
commit
e0e93e4fe5
2 changed files with 17 additions and 4 deletions
|
@ -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') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue