aboutsummaryrefslogtreecommitdiff
path: root/snakeplan/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'snakeplan/templates/base.html')
-rw-r--r--snakeplan/templates/base.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/snakeplan/templates/base.html b/snakeplan/templates/base.html
index 2858e4c..e6042e6 100644
--- a/snakeplan/templates/base.html
+++ b/snakeplan/templates/base.html
@@ -1,9 +1,8 @@
1<html> 1<html>
2 <head> 2 <head>
3 <title>{% block title %}SnakePlan{% endblock %}</title> 3 <title>{% block title %}SnakePlan{% endblock %}</title>
4 <link rel="stylesheet" href="static/css/blueprint/screen.css" type="text/css" media="screen, projection"> 4 <link rel="stylesheet" href="/static/css/blueprint/screen.css" type="text/css" media="screen, projection">
5 <link rel="stylesheet" href="static/css/blueprint/print.css" type="text/css" media="print"> 5 <link rel="stylesheet" href="/static/css/blueprint/print.css" type="text/css" media="print">
6 <!--[if lt IE 8]><link rel="stylesheet" href="static/css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
7 </head> 6 </head>
8 <body> 7 <body>
9 {% block content %}{% endblock %} 8 {% block content %}{% endblock %}