From 8986efe8f7ed2c71286fc3f61bfbb1a545cda703 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 30 Jun 2019 00:14:25 -0500 Subject: [PATCH] fixed hidden.html referrer, needs further feature development --- app/templates/base.html | 2 -- app/templates/hidden.html | 17 ++++++++++++++--- 2 files changed, 14 insertions(+), 5 deletions(-) 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 %}