1
0
Fork 0

Move CSS files to their apps static folder

This commit is contained in:
Dece 2017-08-17 15:32:48 +02:00
parent 0df2dedff2
commit fb1443525a
10 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
{% block stylesheets %}
<link rel="stylesheet" href="{% static 'css/artist.css' %}" />
<link rel="stylesheet" href="{% static 'label/css/artist.css' %}" />
{% endblock %}

View file

@ -4,7 +4,7 @@
{% block stylesheets %}
<link rel="stylesheet" href="{% static 'css/artists.css' %}" />
<link rel="stylesheet" href="{% static 'label/css/artists.css' %}" />
{% endblock %}

View file

@ -4,7 +4,7 @@
{% block stylesheets %}
<link rel="stylesheet" href="{% static 'css/release.css' %}" />
<link rel="stylesheet" href="{% static 'label/css/release.css' %}" />
{% endblock %}

View file

@ -4,7 +4,7 @@
{% block stylesheets %}
<link rel="stylesheet" href="{% static 'css/releases.css' %}" />
<link rel="stylesheet" href="{% static 'label/css/releases.css' %}" />
{% endblock %}

View file

@ -4,7 +4,7 @@
{% block stylesheets %}
<link rel="stylesheet" href="{% static 'css/news.css' %}" />
<link rel="stylesheet" href="{% static 'news/css/news.css' %}" />
{% endblock %}