aboutsummaryrefslogtreecommitdiff
path: root/app/templates/users
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-08-25 18:20:45 +0100
committerrubenwardy <rw@rubenwardy.com>2018-08-25 18:20:45 +0100
commit36000b159273d06aba3fb56eab2cd78099b7e54a (patch)
tree57a7289704b2cb9d455deb10862dfd146b20c0b2 /app/templates/users
parentb296b9b299fa4d07bedc25c791d1a039d4b9fb72 (diff)
downloadcheatdb-36000b159273d06aba3fb56eab2cd78099b7e54a.tar.xz
Add list of relevant forum topics to last page of results
Diffstat (limited to 'app/templates/users')
-rw-r--r--app/templates/users/user_profile_page.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/users/user_profile_page.html b/app/templates/users/user_profile_page.html
index 81b5934..1120849 100644
--- a/app/templates/users/user_profile_page.html
+++ b/app/templates/users/user_profile_page.html
@@ -107,8 +107,8 @@
List of your forum topics which do not have a matching package.
</p>
- {% from "macros/topictable.html" import render_topictable %}
- {{ render_topictable(topics_to_add, show_author=False) }}
+ {% from "macros/topics.html" import render_topics_table %}
+ {{ render_topics_table(topics_to_add, show_author=False) }}
</div>
</div>
{% endif %}