Remove ambiguity

This commit is contained in:
Pierre Brunet 2017-06-14 00:47:16 +02:00
parent 58dc179163
commit 7515e826f8
1 changed files with 2 additions and 0 deletions

View File

@ -19,7 +19,9 @@
{% if user.is_in_group(settings.SITH_GROUP_FORUM_ADMIN_ID) or user.is_in_group(settings.SITH_GROUP_COM_ADMIN_ID) %}
<a href="{{ url('forum:new_forum') }}?parent={{ forum.id }}">{% trans %}New forum{% endtrans %}</a> <br/>
{% endif %}
{% if not forum.is_category %}
<a href="{{ url('forum:new_topic', forum_id=forum.id) }}">{% trans %}New topic{% endtrans %}</a>
{% endif %}
</p>
{% if forum.children.exists() %}
<div>