mirror of https://github.com/CIRCL/lookyloo
reorganise 'scripts' for the stats
parent
19976adeda
commit
6f6eb6128c
|
@ -12,7 +12,11 @@
|
|||
{{ bootstrap.load_css() }}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='tree.css') }}">
|
||||
{% endblock %}
|
||||
|
||||
{% block scripts %}
|
||||
<!-- Optional JavaScript -->
|
||||
{{ bootstrap.load_js() }}
|
||||
{% endblock %}
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.min.js"></script>
|
||||
<title>
|
||||
{% block title %}{% endblock%}
|
||||
</title>
|
||||
|
@ -24,9 +28,5 @@
|
|||
{% block content %}{% endblock%}
|
||||
</div>
|
||||
|
||||
{% block scripts %}
|
||||
<!-- Optional JavaScript -->
|
||||
{{ bootstrap.load_js() }}
|
||||
{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue