diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-08-25 18:20:45 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-08-25 18:20:45 +0100 |
| commit | 36000b159273d06aba3fb56eab2cd78099b7e54a (patch) | |
| tree | 57a7289704b2cb9d455deb10862dfd146b20c0b2 /app/templates/todo | |
| parent | b296b9b299fa4d07bedc25c791d1a039d4b9fb72 (diff) | |
| download | cheatdb-36000b159273d06aba3fb56eab2cd78099b7e54a.tar.xz | |
Add list of relevant forum topics to last page of results
Diffstat (limited to 'app/templates/todo')
| -rw-r--r-- | app/templates/todo/topics.html | 4 |
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 %} |
