From 90485ed40e0a3c31e4071bec9eeb26257f7db690 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 7 Jun 2019 13:44:02 +0100 Subject: Reorganise static folder --- app/templates/admin/annotations_by_dataset.html | 14 ++++++-------- app/templates/annotate/index.html | 2 +- app/templates/base.html | 2 +- app/templates/index.html | 4 ++-- 4 files changed, 10 insertions(+), 12 deletions(-) (limited to 'app/templates') diff --git a/app/templates/admin/annotations_by_dataset.html b/app/templates/admin/annotations_by_dataset.html index 2a609bf..a0e935b 100644 --- a/app/templates/admin/annotations_by_dataset.html +++ b/app/templates/admin/annotations_by_dataset.html @@ -1,19 +1,17 @@ {% extends "base.html" %} {% block styles %} -{{ super() }} -{% endblock %} + {{ super() }} + +{% endblock %} {% block app_content %} -

View Annotations

- -
+

View Annotations

+
{% endblock %} - - {% block scripts %} -{{ super() }} + {{ super() }}