mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-09 17:13:45 +01:00
Add prompt to read ContentDB's rules to review page
This commit is contained in:
parent
380f009529
commit
6a53f25665
@ -16,12 +16,17 @@
|
||||
{% block content %}
|
||||
<h1>{{ _("Post a review for %(title)s by %(author)s", title=self.link(), author=package.author.display_name) }}</h1>
|
||||
|
||||
<p class="alert alert-primary">
|
||||
{{ _("Please make sure you read ContentDB's <a href='/rules/'>rules</a>") }}
|
||||
</p>
|
||||
|
||||
{% if package.issueTracker %}
|
||||
<p class="alert alert-secondary">
|
||||
{{ _("Found a bug? Post on the <a href='%(url)s'>issue tracker</a> instead.", url=package.issueTracker) }}<br />
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
|
||||
{% from "macros/forms.html" import render_field, render_submit_field, render_toggle_field %}
|
||||
<form method="POST" action="" enctype="multipart/form-data">
|
||||
{{ form.hidden_tag() }}
|
||||
|
Loading…
Reference in New Issue
Block a user