aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-07-28 14:29:40 +0100
committerrubenwardy <rw@rubenwardy.com>2018-07-28 14:29:40 +0100
commitecdb755dd3632a6c64c8d189b19255ba45e08cb7 (patch)
treec804b5b0702c13ff1a5f65f7b321f267c1246e96
parent901e115a217f45668d3d078559fcd23e4f9c34ac (diff)
downloadcheatdb-ecdb755dd3632a6c64c8d189b19255ba45e08cb7.tar.xz
Remove unused release approval checklist
-rw-r--r--app/templates/packages/release_edit.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/app/templates/packages/release_edit.html b/app/templates/packages/release_edit.html
index 2094b74..a201a38 100644
--- a/app/templates/packages/release_edit.html
+++ b/app/templates/packages/release_edit.html
@@ -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 %}