Fix 'download all my picture button' being displayed in all albums sections

This commit is contained in:
Julien Constant 2022-08-09 17:57:02 +02:00
parent 0e5c8b53b0
commit 6e77edcf67
No known key found for this signature in database
GPG Key ID: 816E7C070117E5B7
1 changed files with 1 additions and 1 deletions

View File

@ -5,8 +5,8 @@
{% endblock %}
{% block content %}
{% for a in albums %}
<button id="download_all_pictures", onclick=download_pictures()>{% trans %}Download all my pictures{% endtrans %}</button>
{% for a in albums %}
<div style="padding: 10px">
<h4>{{ a.name }}</h4>
<hr>