mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 22:12:24 +01:00
Add message to removal page about editing packages
This commit is contained in:
parent
bdd9ab6a29
commit
bb561104f8
@ -7,6 +7,7 @@
|
||||
{% block content %}
|
||||
<h2 class="mt-0">{{ self.title() }}</h2>
|
||||
|
||||
{% if package.approved %}
|
||||
<form method="POST" action="">
|
||||
<h3>{{ _("Change maintenance state") }}</h3>
|
||||
<p>
|
||||
@ -29,6 +30,7 @@
|
||||
{% endfor %}
|
||||
</p>
|
||||
</form>
|
||||
{% endif %}
|
||||
|
||||
<form method="POST" action="" class="mt-5">
|
||||
<h3>{{ _("Remove") }}</h3>
|
||||
@ -44,6 +46,11 @@
|
||||
{{ _("Unapproving a package will put it back into Draft, where
|
||||
it can be submitted for approval again.") }}
|
||||
</p>
|
||||
{% else %}
|
||||
<p>
|
||||
<strong>{{ _("You don't need to delete a package just to change something.") }}</strong>
|
||||
{{ _("Click 'Edit' at the top right of the package page.") }}
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
{% if hard_deps %}
|
||||
|
Loading…
Reference in New Issue
Block a user