diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-06-07 13:44:02 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-06-07 13:44:02 +0100 |
| commit | 90485ed40e0a3c31e4071bec9eeb26257f7db690 (patch) | |
| tree | 0d9476da91b3e95ae35f1e74b7d226e5f4d9bb2a /app/templates/admin | |
| parent | Add a usage note for the graph (diff) | |
| download | AnnotateChange-90485ed40e0a3c31e4071bec9eeb26257f7db690.tar.gz AnnotateChange-90485ed40e0a3c31e4071bec9eeb26257f7db690.zip | |
Reorganise static folder
Diffstat (limited to 'app/templates/admin')
| -rw-r--r-- | app/templates/admin/annotations_by_dataset.html | 14 |
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( |
