mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-08 08:33:45 +01:00
Update new thread message
This commit is contained in:
parent
e0b490fdc0
commit
e709fc9ce3
@ -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
0
utils/reload_worker.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user