fnp
/
cas.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Some reorganizing.
[cas.git]
/
src
/
cas
/
templates
/
base.html
diff --git
a/src/cas/templates/base.html
b/src/cas/templates/base.html
index
a0dd91e
..
4e56e12
100644
(file)
--- a/
src/cas/templates/base.html
+++ b/
src/cas/templates/base.html
@@
-1,9
+1,10
@@
<!DOCTYPE html>
<html>
<!DOCTYPE html>
<html>
+ {% load static %}
<head>
<meta charset="utf-8" />
<title>{% block title %}Fundacja Nowoczesna Polska - Logowanie{% block subtitle %}{% endblock subtitle %}{% endblock title%}</title>
<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>
{% block extrahead %}
{% endblock %}
</head>