diff --git a/ref-test/app/editor/static/editor.js b/ref-test/app/editor/static/editor.js deleted file mode 100644 index e69de29..0000000 diff --git a/ref-test/app/editor/templates/editor/components/base.html b/ref-test/app/editor/templates/editor/components/base.html index 44e981d..a4f4498 100644 --- a/ref-test/app/editor/templates/editor/components/base.html +++ b/ref-test/app/editor/templates/editor/components/base.html @@ -15,7 +15,7 @@ rel="stylesheet" href="{{ url_for('.static', filename='css/style.css') }}" /> - {% block datatable_css %} + {% block style %} {% endblock %} {% block title %} SKA Referee Test | Admin Console {% endblock %} {% include "editor/components/og-meta.html" %} @@ -74,9 +74,7 @@ type="text/javascript" src="{{ url_for('.static', filename='js/script.js') }}" > - {% block datatable_scripts %} - {% endblock %} - {% block custom_data_script %} + {% block script %} {% endblock %} \ No newline at end of file