Move static for main app to main folder
This commit is contained in:
parent
97f4c70116
commit
83203d4e20
36 changed files with 7 additions and 7 deletions
|
@ -8,9 +8,9 @@
|
|||
<title>{% block title %}Nummi{% endblock %}</title>
|
||||
|
||||
{% block link %}
|
||||
<link rel="stylesheet" href="{% static 'css/main.css' %}" type="text/css" />
|
||||
<link rel="stylesheet" href="{% static 'css/nav.css' %}" type="text/css" />
|
||||
<link rel="stylesheet" href="{% static 'fontawesome/css/all.min.css' %}" type="text/css" />
|
||||
<link rel="stylesheet" href="{% static 'main/css/main.css' %}" type="text/css" />
|
||||
<link rel="stylesheet" href="{% static 'main/css/nav.css' %}" type="text/css" />
|
||||
<link rel="stylesheet" href="{% static 'main/fontawesome/css/all.min.css' %}" type="text/css" />
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
{% block link %}
|
||||
{{ block.super }}
|
||||
<link rel="stylesheet" href="{% static 'css/form.css' %}" type="text/css" />
|
||||
<link rel="stylesheet" href="{% static 'main/css/form.css' %}" type="text/css" />
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
{% block link %}
|
||||
{{ block.super }}
|
||||
<link rel="stylesheet" href="{% static 'css/index.css' %}" type="text/css" />
|
||||
<link rel="stylesheet" href="{% static 'main/css/index.css' %}" type="text/css" />
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
{% block link %}
|
||||
{{ block.super }}
|
||||
<link rel="stylesheet" href="{% static 'css/form.css' %}" type="text/css" />
|
||||
<link rel="stylesheet" href="{% static 'main/css/form.css' %}" type="text/css" />
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
{% block link %}
|
||||
{{ block.super }}
|
||||
<link rel="stylesheet" href="{% static 'css/form.css' %}" type="text/css" />
|
||||
<link rel="stylesheet" href="{% static 'main/css/form.css' %}" type="text/css" />
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
|
|
Loading…
Reference in a new issue