fix topic_list.html

This commit is contained in:
Guilhem Saurel 2016-06-12 19:54:27 +02:00
parent d1975df7d1
commit 8d73624a7c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<h1>Topics:</h1>
<ul>
{% for topic in topics %}
{% for topic in topic_list %}
<li>
<a href="{% url 'list-talks-by-topic' topic.slug %}">{{ topic.name }}</a>
</li>