mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 06:22:24 +01:00
Remove unused release approval checklist
This commit is contained in:
parent
901e115a21
commit
ecdb755dd3
@ -38,23 +38,4 @@
|
|||||||
|
|
||||||
{{ render_submit_field(form.submit) }}
|
{{ render_submit_field(form.submit) }}
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
{% if package.checkPerm(current_user, "APPROVE_RELEASE") %}
|
|
||||||
<div class="box box_grey">
|
|
||||||
<h2>Approval Checklist</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Link leads to a valid download, ie: is a zip file which
|
|
||||||
has either init.lua or modpack.txt if a mod, mods/ if a game, or textures if a texture pack.
|
|
||||||
It's okay if they're inside an immediate folder, like so:
|
|
||||||
|
|
||||||
<pre>
|
|
||||||
example.zip/
|
|
||||||
└── example
|
|
||||||
└── init.lua
|
|
||||||
</pre>
|
|
||||||
</li>
|
|
||||||
<li>There's no obfuscated code.</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user