Removing useless links

The link is useless as talk list are only accessible for staff
This fixes #19
This commit is contained in:
Élie Bouttier 2016-08-22 00:33:36 +02:00
parent dab07b50cf
commit 8e616e0914
1 changed files with 0 additions and 2 deletions

View File

@ -23,8 +23,6 @@
<a href="{{ topic.get_absolute_url }}">{{ topic.talk_set.count }} {% trans "talk" %}{{ topic.talk_set.count|pluralize }}</a>
|
<a href="{% url 'edit-topic' topic.slug %}">{% bootstrap_icon "pencil" %}</a>
{% else %}
<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>' %}