aboutsummaryrefslogtreecommitdiff
path: root/snakeplan/templates/base.html
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2010-07-10 23:53:54 -0400
committerMike Crute <mcrute@gmail.com>2010-07-10 23:53:54 -0400
commit1093383ae03816387956b1c21e3799029fda0721 (patch)
tree2e48f27b0fd028925da1bef52250114ad7c48417 /snakeplan/templates/base.html
parent8bfbe74dcd1a377461a944884965d60da35fa1a1 (diff)
downloadsnakeplan-1093383ae03816387956b1c21e3799029fda0721.tar.bz2
snakeplan-1093383ae03816387956b1c21e3799029fda0721.tar.xz
snakeplan-1093383ae03816387956b1c21e3799029fda0721.zip
Getting project add and update working.
Diffstat (limited to 'snakeplan/templates/base.html')
-rw-r--r--snakeplan/templates/base.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/snakeplan/templates/base.html b/snakeplan/templates/base.html
index 4506d5f..9ab9cac 100644
--- a/snakeplan/templates/base.html
+++ b/snakeplan/templates/base.html
@@ -3,6 +3,7 @@
3<head> 3<head>
4 <title>{% block title %}{% endblock %} - SnakePlan</title> 4 <title>{% block title %}{% endblock %} - SnakePlan</title>
5 <link rel="stylesheet" href="{{MEDIA_URL}}/css/screen.css" type="text/css" media="screen, projection" /> 5 <link rel="stylesheet" href="{{MEDIA_URL}}/css/screen.css" type="text/css" media="screen, projection" />
6 <!-- Enough is enough! I have had it with these motherfucking snakes on this motherfucking plan! -->
6</head> 7</head>
7 8
8<body> 9<body>
@@ -15,4 +16,6 @@
15 16
16 {% block content %}{% endblock %} 17 {% block content %}{% endblock %}
17</body> 18</body>
19
20<p class="copyright">SnakePlan is open-source under the Apache License. You can play with the snake, he won't bite.</p>
18</html> 21</html>