diff --git a/gadjo/static/css/style.css b/gadjo/static/css/gadjo.css similarity index 100% rename from gadjo/static/css/style.css rename to gadjo/static/css/gadjo.css diff --git a/gadjo/templates/gadjo/base.html b/gadjo/templates/gadjo/base.html index 3ecccb6..d5d7f25 100644 --- a/gadjo/templates/gadjo/base.html +++ b/gadjo/templates/gadjo/base.html @@ -4,7 +4,10 @@ {% block page-title %}{% endblock %} + + {% block css %} + {% endblock %} {% block extrascripts %}