diff options
Diffstat (limited to 'ogcp/templates/base.html')
-rw-r--r-- | ogcp/templates/base.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html index dca6205..372381a 100644 --- a/ogcp/templates/base.html +++ b/ogcp/templates/base.html @@ -53,6 +53,8 @@ <script src="{{ url_for('static', filename='AdminLTE/plugins/bootstrap/js/bootstrap.bundle.min.js') }}"></script> <!-- AdminLTE App --> <script src="{{ url_for('static', filename='AdminLTE/dist/js/adminlte.min.js') }}"></script> + <!-- ChartJS --> + <script src="{{ url_for('static', filename='AdminLTE/plugins/chart.js/Chart.min.js') }}"></script> <script> // error messages @@ -74,5 +76,7 @@ }) {% endfor %} </script> + + {% block extrabody %}{% endblock %} </body> </html> |