lagt inn litt grunnleggende css i base/main.html

This commit is contained in:
2011-03-05 21:06:42 +00:00
parent 2420bb2ec1
commit ef48ba039c
3 changed files with 24 additions and 5 deletions

View File

@@ -2,4 +2,12 @@
<head>
<title>{% block title %}{% endblock %}</title>
<link type="text/css" rel="stylesheet" href="{{ MEDIA_URL }}styles/bilbo_green.css"
<link type="text/css" rel="stylesheet" href="/media/styles/bilbo_green.css">
{% block meta %}
{% endblock %}
</head>
<body>
{% block content %}
{% endblock %}
</body>