Edited base template to set up Editor scripts/css
This commit is contained in:
		@@ -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>
 | 
			
		||||
		Reference in New Issue
	
	Block a user