diff options
Diffstat (limited to 'app/templates/admin/annotations_by_dataset.html')
| -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( |
