diff options
Diffstat (limited to 'ogcp/templates/base.html')
-rw-r--r-- | ogcp/templates/base.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html index 022801f..68e2e64 100644 --- a/ogcp/templates/base.html +++ b/ogcp/templates/base.html @@ -56,6 +56,8 @@ <!-- ChartJS --> <script src="{{ url_for('static', filename='AdminLTE/plugins/chart.js/Chart.min.js') }}"></script> + <script src="{{ url_for('static', filename='js/ogcp.js') }}"></script> + <script> // error messages {% for category, message in get_flashed_messages(with_categories=True) %} |