diff options
-rw-r--r-- | app/templates/packages/release_edit.html | 19 |
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 %} |