diff --git a/app/templates/base.html b/app/templates/base.html index 7591211..16d04c1 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -12,7 +12,7 @@ {% block head %} - + {% endblock head %} + @@ -35,7 +36,9 @@ Xevion -
@@ -93,7 +99,7 @@
- Image #{{ image.index }} source + Image #{{ image.index }} source
@@ -114,11 +120,15 @@ {% if showtags %}
- {% for tag in image.tags %} - - {{ tag }} - - {% endfor %} +
+ Show Tags +
+ {% for tag in image.tags %} + + {{ tag }} + + {% endfor %} +
{% endif %}