Skip to content
Snippets Groups Projects
Commit b1404a27 authored by jan.bednarik's avatar jan.bednarik
Browse files

majak: Remove unused static files from template

parent 94faed24
No related branches found
No related tags found
2 merge requests!105merge test,!104Uniweb
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
{# Global stylesheets #} {# Global stylesheets #}
<link rel="stylesheet" type="text/css" href="{% static 'css/majak.css' %}"> {# <link rel="stylesheet" type="text/css" href="{% static 'css/majak.css' %}"> #}
{% block extra_css %} {% block extra_css %}
{# Override this in templates to add extra stylesheets #} {# Override this in templates to add extra stylesheets #}
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
{% block content %}{% endblock %} {% block content %}{% endblock %}
{# Global javascript #} {# Global javascript #}
<script type="text/javascript" src="{% static 'js/majak.js' %}"></script> {# <script type="text/javascript" src="{% static 'js/majak.js' %}"></script> #}
{% block extra_js %} {% block extra_js %}
{# Override this in templates to add extra javascript #} {# Override this in templates to add extra javascript #}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment