Update new thread message

This commit is contained in:
rubenwardy 2021-01-01 16:36:15 +00:00
parent e0b490fdc0
commit e709fc9ce3
2 changed files with 4 additions and 4 deletions

View File

@ -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 %}
<div class="alert alert-warning">
{% if package and current_user != package.author and package.issueTracker %}
<p class="alert alert-secondary">
Found a bug? Post on the <a href="{{ package.issueTracker }}">issue tracker</a> instead.<br />
If the package shouldn't be on CDB - for example, if it doesn't work at all - then please let us know here.
</div>
If the package shouldn't be on CDB (eg: if it doesn't work at all), then you can let us know here.
</p>
{% endif %}
{% from "macros/forms.html" import render_field, render_submit_field, render_checkbox_field %}

0
utils/reload_worker.sh Normal file → Executable file
View File