From e9fe936aa98e9325034750f2f327ad4271c7e55d Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Mon, 28 Jan 2019 19:41:24 +0000 Subject: Increase visibility of thread creation --- app/templates/packages/view.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/templates/packages/view.html') diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index d97e376..bd49a87 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -289,6 +289,13 @@ {{ render_threadlist(threads, list_group=True) }} + + {% if package.approved and package.checkPerm(current_user, "CREATE_THREAD") and current_user != package.author and not current_user.rank.atLeast(current_user.rank.EDITOR) %} + + Report a problem with this listing + + {% endif %} {% if not package.approved and (package.author == current_user or package.checkPerm(current_user, "APPROVE_NEW")) %} -- cgit v1.2.3