From e709fc9ce3d48fdbfcd9e62a9987c30600f01f6f Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 1 Jan 2021 16:36:15 +0000 Subject: [PATCH] Update new thread message --- app/templates/threads/new.html | 8 ++++---- utils/reload_worker.sh | 0 2 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 utils/reload_worker.sh diff --git a/app/templates/threads/new.html b/app/templates/threads/new.html index dd60e90..c0fe562 100644 --- a/app/templates/threads/new.html +++ b/app/templates/threads/new.html @@ -6,11 +6,11 @@ {% block content %} -{% if package and current_user != package.author and not current_user.rank.atLeast(current_user.rank.EDITOR) and package.issueTracker %} -
+{% if package and current_user != package.author and 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. -

+ If the package shouldn't be on CDB (eg: if it doesn't work at all), then you can let us know here. +

{% endif %} {% from "macros/forms.html" import render_field, render_submit_field, render_checkbox_field %} diff --git a/utils/reload_worker.sh b/utils/reload_worker.sh old mode 100644 new mode 100755