Remove unused release approval checklist

This commit is contained in:
rubenwardy 2018-07-28 14:29:40 +01:00
parent 901e115a21
commit ecdb755dd3
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
1 changed files with 0 additions and 19 deletions

View File

@ -38,23 +38,4 @@
{{ render_submit_field(form.submit) }}
</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 %}