Add note about thumbnails to screenshot page

This commit is contained in:
rubenwardy 2020-12-06 04:48:40 +00:00
parent 3f48905331
commit 2a9e52d36b
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@
{% endif %}
<h2 class="mt-0">Screenshots</h2>
<p class="mb-4">
{{ _("Topmost screenshot will be used as the package thumbnail.") }}
</p>
<ul class="list-group sortable">
{% for ss in package.screenshots %}
{% if ss.approved or package.checkPerm(current_user, "ADD_SCREENSHOTS") %}