Edited base template to set up Editor scripts/css

This commit is contained in:
Vivek Santayana 2022-06-19 10:47:50 +01:00
parent 645f69440f
commit 33bc7993fa
2 changed files with 2 additions and 4 deletions

View File

@ -15,7 +15,7 @@
rel="stylesheet"
href="{{ url_for('.static', filename='css/style.css') }}"
/>
{% block datatable_css %}
{% block style %}
{% endblock %}
<title>{% block title %} SKA Referee Test | Admin Console {% endblock %}</title>
{% include "editor/components/og-meta.html" %}
@ -74,9 +74,7 @@
type="text/javascript"
src="{{ url_for('.static', filename='js/script.js') }}"
></script>
{% block datatable_scripts %}
{% endblock %}
{% block custom_data_script %}
{% block script %}
{% endblock %}
</body>
</html>