From 09150a4dbb74e9fb0d9fe4bdc5ced3ac246cd0e9 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 25 Dec 2018 17:51:29 +0000 Subject: Allow users to discard their own topics --- app/templates/users/user_profile_page.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'app/templates/users') diff --git a/app/templates/users/user_profile_page.html b/app/templates/users/user_profile_page.html index 8949189..3dcb369 100644 --- a/app/templates/users/user_profile_page.html +++ b/app/templates/users/user_profile_page.html @@ -134,11 +134,20 @@

List of your forum topics which do not have a matching package. + Topics with a strikethrough have beened marked as discarded.

{% from "macros/topics.html" import render_topics_table %} - {{ render_topics_table(topics_to_add, show_author=False) }} + {{ render_topics_table(topics_to_add, show_author=False, show_discard=True, current_user=current_user) }} {% endif %} {% endblock %} + + +{% block scriptextra %} + + +{% endblock %} -- cgit v1.2.3