mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-06 18:15:17 +00:00
Should fix duplicated albums in user profile (wtf)
This commit is contained in:
parent
3e661826a5
commit
389549904a
@ -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 %}
|
||||
{% for a in albums | unique %}
|
||||
<h4>{{ a.name }}</h4>
|
||||
<div class="photos">
|
||||
{% for p in pictures[a.id] %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user