mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-09 22:47:36 +01:00
parent
87a184595c
commit
c4a4d9c116
@ -6,13 +6,11 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
{% if package and current_user != package.author and not current_user.rank.atLeast(current_user.rank.EDITOR) %}
|
{% if package and current_user != package.author and not current_user.rank.atLeast(current_user.rank.EDITOR) and package.issueTracker %}
|
||||||
{% if package.issueTracker %}
|
|
||||||
<div class="alert alert-warning">
|
<div class="alert alert-warning">
|
||||||
Found a bug? Post on the <a href="{{ package.issue_tracker }}">issue tracker</a> instead.<br />
|
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.
|
If the package shouldn't be on CDB - for example, if it doesn't work at all - then please let us know here.
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% from "macros/forms.html" import render_field, render_submit_field, render_checkbox_field %}
|
{% from "macros/forms.html" import render_field, render_submit_field, render_checkbox_field %}
|
||||||
|
Loading…
Reference in New Issue
Block a user