From 33bc7993fad144287656ff69ac3ad7f362230e18 Mon Sep 17 00:00:00 2001 From: Vivek Santayana Date: Sun, 19 Jun 2022 10:47:50 +0100 Subject: [PATCH] Edited base template to set up Editor scripts/css --- ref-test/app/editor/static/editor.js | 0 ref-test/app/editor/templates/editor/components/base.html | 6 ++---- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 ref-test/app/editor/static/editor.js 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