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/threads/new.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'app/templates/threads') diff --git a/app/templates/threads/new.html b/app/templates/threads/new.html index fec4468..ffe6532 100644 --- a/app/templates/threads/new.html +++ b/app/templates/threads/new.html @@ -6,6 +6,15 @@ {% block content %} +{% if package and current_user != package.author and not current_user.rank.atLeast(current_user.rank.EDITOR) %} + {% if package.issueTracker %} +
+ Found a bug? Post on the issue tracker instead.
+ If the package shouldn't be on CDB - for example, if it doesn't work at all - then please let us know here. +
+ {% endif %} +{% endif %} + {% from "macros/forms.html" import render_field, render_submit_field, render_checkbox_field %}
{{ form.hidden_tag() }} -- cgit v1.2.3