Add number of talks for non admin (minor)

This commit is contained in:
numahell 2016-08-08 00:38:52 +02:00
parent f978c0e943
commit ec5f6190e5
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
|
<a href="{% url 'edit-topic' topic.slug %}">{% bootstrap_icon "pencil" %}</a>
{% else %}
<a href="{{ topic.get_absolute_url }}">{% trans "talk" %}{{ topic.talk_set.count|pluralize }}</a>
<a href="{{ topic.get_absolute_url }}">{{ topic.talk_set.count }} {% trans "talk" %}{{ topic.talk_set.count|pluralize }}</a>
{% endif %}
</div>
{% cycle '' '<div class="clearfix visible-xs"></div>' %}