diff --git a/core/templates/core/download_pictures.jinja b/core/templates/core/download_pictures.jinja index d66c0063..3b4520af 100644 --- a/core/templates/core/download_pictures.jinja +++ b/core/templates/core/download_pictures.jinja @@ -1,13 +1,13 @@ {% macro download_button() %} -
- - -
+
+ + +
{% endmacro %} diff --git a/core/templates/core/user_pictures.jinja b/core/templates/core/user_pictures.jinja index 2cd17b93..7f1d6f0b 100644 --- a/core/templates/core/user_pictures.jinja +++ b/core/templates/core/user_pictures.jinja @@ -15,9 +15,9 @@ {% block content %}
- {% if user.id == object.id %} - {{ download_button() }} - {% endif %} + {% if user.id == object.id %} + {{ download_button() }} + {% endif %}