Edited base template to set up Editor scripts/css
This commit is contained in:
parent
418dfe7a70
commit
1f60054d46
@ -15,7 +15,7 @@
|
|||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="{{ url_for('.static', filename='css/style.css') }}"
|
href="{{ url_for('.static', filename='css/style.css') }}"
|
||||||
/>
|
/>
|
||||||
{% block datatable_css %}
|
{% block style %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
<title>{% block title %} SKA Referee Test | Admin Console {% endblock %}</title>
|
<title>{% block title %} SKA Referee Test | Admin Console {% endblock %}</title>
|
||||||
{% include "editor/components/og-meta.html" %}
|
{% include "editor/components/og-meta.html" %}
|
||||||
@ -74,9 +74,7 @@
|
|||||||
type="text/javascript"
|
type="text/javascript"
|
||||||
src="{{ url_for('.static', filename='js/script.js') }}"
|
src="{{ url_for('.static', filename='js/script.js') }}"
|
||||||
></script>
|
></script>
|
||||||
{% block datatable_scripts %}
|
{% block script %}
|
||||||
{% endblock %}
|
|
||||||
{% block custom_data_script %}
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user