Some reorganizing.
[cas.git] / src / cas / templates / base.html
index a0dd91e..4e56e12 100644 (file)
@@ -1,9 +1,10 @@
 <!DOCTYPE html>
 <html>
+    {% load static %}
     <head>
         <meta charset="utf-8" />
         <title>{% block title %}Fundacja Nowoczesna Polska - Logowanie{% block subtitle %}{% endblock subtitle %}{% endblock title%}</title>
-        <link rel="stylesheet" href="{{ MEDIA_URL }}static/css/main.css"/>
+        <link rel="stylesheet" href="{% static 'css/main.css' %}"/>
         {% block extrahead %}
         {% endblock %}
     </head>