aboutsummaryrefslogtreecommitdiff
path: root/app/templates/admin
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-06-07 13:44:02 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-06-07 13:44:02 +0100
commit90485ed40e0a3c31e4071bec9eeb26257f7db690 (patch)
tree0d9476da91b3e95ae35f1e74b7d226e5f4d9bb2a /app/templates/admin
parentAdd a usage note for the graph (diff)
downloadAnnotateChange-90485ed40e0a3c31e4071bec9eeb26257f7db690.tar.gz
AnnotateChange-90485ed40e0a3c31e4071bec9eeb26257f7db690.zip
Reorganise static folder
Diffstat (limited to 'app/templates/admin')
-rw-r--r--app/templates/admin/annotations_by_dataset.html14
1 files changed, 6 insertions, 8 deletions
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() }}
-<link rel="stylesheet" href="{{url_for('static', filename='view_annotation.css')}}">{% endblock %}
+ {{ super() }}
+ <link rel="stylesheet" href="{{url_for('static', filename='css/admin/view_annotation.css')}}">
+{% endblock %}
{% block app_content %}
-<h1>View Annotations</h1>
-
-<div id="graph"></div>
+ <h1>View Annotations</h1>
+ <div id="graph"></div>
{% endblock %}
-
-
{% block scripts %}
-{{ super() }}
+ {{ super() }}
<script src="//d3js.org/d3.v5.min.js"></script>
<script src="{{ url_for('static', filename='js/makeChart.js') }}"></script>
<script>adminViewAnnotations(