diff --git a/core/templates/core/user_pictures.jinja b/core/templates/core/user_pictures.jinja index dd7caa27..0e09245e 100644 --- a/core/templates/core/user_pictures.jinja +++ b/core/templates/core/user_pictures.jinja @@ -10,6 +10,7 @@ window.showSaveFilePicker = showSaveFilePicker; /* Export function to normal javascript */ + {% endblock %} {% block title %} @@ -19,8 +20,15 @@ {% block content %}
{% if can_edit(profile, user) %} - - +
+ + +
{% endif %} {% for album, pictures in albums|items %}

{{ album }}

@@ -51,50 +59,58 @@
{% endfor %} -
{% endblock %} +{% block script %} + + {{ super() }} + +{% endblock %}