Fix user tagged pictures section inside python rather than in the template

This commit is contained in:
Julien Constant
2023-04-15 14:41:17 +02:00
parent e9f3d2b377
commit 56f93e7b9e
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
{% if can_edit(profile, user) %}
<button id="download_all_pictures", onclick=download_pictures()>{% trans %}Download all my pictures{% endtrans %}</button>
{% endif %}
{% for a in albums | unique %}
{% for a in albums %}
<h4>{{ a.name }}</h4>
<div class="photos">
{% for p in pictures[a.id] %}