aboutsummaryrefslogtreecommitdiff
path: root/app/templates/todo/topics.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/todo/topics.html')
-rw-r--r--app/templates/todo/topics.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/todo/topics.html b/app/templates/todo/topics.html
index f53c4eb..74a9381 100644
--- a/app/templates/todo/topics.html
+++ b/app/templates/todo/topics.html
@@ -12,6 +12,6 @@ Topics to be Added
{{ topics | count }} remaining.
</p>
- {% from "macros/topictable.html" import render_topictable %}
- {{ render_topictable(topics) }}
+ {% from "macros/topics.html" import render_topics_table %}
+ {{ render_topics_table(topics) }}
{% endblock %}