From fb1443525a764024226f0e5f2435a573b0c15288 Mon Sep 17 00:00:00 2001 From: Dece Date: Thu, 17 Aug 2017 15:32:48 +0200 Subject: [PATCH] Move CSS files to their apps static folder --- {static => label/static/label}/css/artist.css | 0 {static => label/static/label}/css/artists.css | 0 {static => label/static/label}/css/release.css | 0 {static => label/static/label}/css/releases.css | 0 label/templates/label/artist.html | 2 +- label/templates/label/artists.html | 2 +- label/templates/label/release.html | 2 +- label/templates/label/releases.html | 2 +- {static => news/static/news}/css/news.css | 0 news/templates/news/news.html | 2 +- 10 files changed, 5 insertions(+), 5 deletions(-) rename {static => label/static/label}/css/artist.css (100%) rename {static => label/static/label}/css/artists.css (100%) rename {static => label/static/label}/css/release.css (100%) rename {static => label/static/label}/css/releases.css (100%) rename {static => news/static/news}/css/news.css (100%) diff --git a/static/css/artist.css b/label/static/label/css/artist.css similarity index 100% rename from static/css/artist.css rename to label/static/label/css/artist.css diff --git a/static/css/artists.css b/label/static/label/css/artists.css similarity index 100% rename from static/css/artists.css rename to label/static/label/css/artists.css diff --git a/static/css/release.css b/label/static/label/css/release.css similarity index 100% rename from static/css/release.css rename to label/static/label/css/release.css diff --git a/static/css/releases.css b/label/static/label/css/releases.css similarity index 100% rename from static/css/releases.css rename to label/static/label/css/releases.css diff --git a/label/templates/label/artist.html b/label/templates/label/artist.html index ee1123b..dfb4d2e 100644 --- a/label/templates/label/artist.html +++ b/label/templates/label/artist.html @@ -4,7 +4,7 @@ {% block stylesheets %} - + {% endblock %} diff --git a/label/templates/label/artists.html b/label/templates/label/artists.html index 50b6afb..888a849 100644 --- a/label/templates/label/artists.html +++ b/label/templates/label/artists.html @@ -4,7 +4,7 @@ {% block stylesheets %} - + {% endblock %} diff --git a/label/templates/label/release.html b/label/templates/label/release.html index 573fd86..ec4b779 100644 --- a/label/templates/label/release.html +++ b/label/templates/label/release.html @@ -4,7 +4,7 @@ {% block stylesheets %} - + {% endblock %} diff --git a/label/templates/label/releases.html b/label/templates/label/releases.html index e50d583..14374a3 100644 --- a/label/templates/label/releases.html +++ b/label/templates/label/releases.html @@ -4,7 +4,7 @@ {% block stylesheets %} - + {% endblock %} diff --git a/static/css/news.css b/news/static/news/css/news.css similarity index 100% rename from static/css/news.css rename to news/static/news/css/news.css diff --git a/news/templates/news/news.html b/news/templates/news/news.html index 9ca0665..6665c73 100644 --- a/news/templates/news/news.html +++ b/news/templates/news/news.html @@ -4,7 +4,7 @@ {% block stylesheets %} - + {% endblock %}