Hide some talk pages
This commit is contained in:
parent
7bf8ee6793
commit
00378fc778
3 changed files with 8 additions and 2 deletions
|
@ -23,9 +23,13 @@
|
|||
|
||||
{% if not hide_talk %}
|
||||
<td>
|
||||
<a href="{{ event.talk.url }}">
|
||||
{% if not event.talk.hide_page %}
|
||||
<a href="{{ event.talk.url }}">
|
||||
{{ event.talk.title }}
|
||||
</a>
|
||||
{% else %}
|
||||
{{ event.talk.title }}
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
{% if event.talk.type %}
|
||||
<small class="talk-type">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue