Move static for main app to main folder

This commit is contained in:
Edgar P. Burkhart 2022-05-21 19:03:32 +02:00
parent 97f4c70116
commit 83203d4e20
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
36 changed files with 7 additions and 7 deletions

View File

@ -8,9 +8,9 @@
<title>{% block title %}Nummi{% endblock %}</title> <title>{% block title %}Nummi{% endblock %}</title>
{% block link %} {% block link %}
<link rel="stylesheet" href="{% static 'css/main.css' %}" type="text/css" /> <link rel="stylesheet" href="{% static 'main/css/main.css' %}" type="text/css" />
<link rel="stylesheet" href="{% static 'css/nav.css' %}" type="text/css" /> <link rel="stylesheet" href="{% static 'main/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/fontawesome/css/all.min.css' %}" type="text/css" />
{% endblock %} {% endblock %}
</head> </head>
<body> <body>

View File

@ -3,7 +3,7 @@
{% block link %} {% block link %}
{{ block.super }} {{ 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 %} {% endblock %}
{% block body %} {% block body %}

View File

@ -3,7 +3,7 @@
{% block link %} {% block link %}
{{ block.super }} {{ 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 %} {% endblock %}
{% block body %} {% block body %}

View File

@ -3,7 +3,7 @@
{% block link %} {% block link %}
{{ block.super }} {{ 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 %} {% endblock %}
{% block body %} {% block body %}

View File

@ -3,7 +3,7 @@
{% block link %} {% block link %}
{{ block.super }} {{ 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 %} {% endblock %}
{% block body %} {% block body %}