diff --git a/app/templates/base.html b/app/templates/base.html index 44c755c..c8e8a9d 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -17,7 +17,6 @@ {% endblock head %} diff --git a/app/templates/hidden.html b/app/templates/hidden.html index 55e3552..1bff10e 100644 --- a/app/templates/hidden.html +++ b/app/templates/hidden.html @@ -1,11 +1,20 @@ {% extends 'base.html' %} +{% block head %} +{{ super() }} + + +{% endblock head %} {% block body %} {% for image in data %} - + @@ -15,15 +24,17 @@ - + + {% if showtags %} - + {{ image.tags }} + {% endif %}