Add note about thumbnails to screenshot page
This commit is contained in:
@@ -14,6 +14,10 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<h2 class="mt-0">Screenshots</h2>
|
<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">
|
<ul class="list-group sortable">
|
||||||
{% for ss in package.screenshots %}
|
{% for ss in package.screenshots %}
|
||||||
{% if ss.approved or package.checkPerm(current_user, "ADD_SCREENSHOTS") %}
|
{% if ss.approved or package.checkPerm(current_user, "ADD_SCREENSHOTS") %}
|
||||||
|
|||||||
Reference in New Issue
Block a user