aboutsummaryrefslogtreecommitdiff
path: root/snakeplan/templates/projects/project_form.html
diff options
context:
space:
mode:
Diffstat (limited to 'snakeplan/templates/projects/project_form.html')
-rw-r--r--snakeplan/templates/projects/project_form.html11
1 files changed, 4 insertions, 7 deletions
diff --git a/snakeplan/templates/projects/project_form.html b/snakeplan/templates/projects/project_form.html
index 9f91f87..1587d17 100644
--- a/snakeplan/templates/projects/project_form.html
+++ b/snakeplan/templates/projects/project_form.html
@@ -1,13 +1,10 @@
1<html> 1{% extends "base.html" %}
2<head> 2
3<title>OH: oh shit, i just added templates to the old directory</title> 3{% block content %}
4</head>
5<body>
6<form action="" method="POST"> 4<form action="" method="POST">
7<ul> 5<ul>
8{{ form.as_ul }} 6{{ form.as_ul }}
9</ul> 7</ul>
10<input type="submit" value="Save"/> 8<input type="submit" value="Save"/>
11</form> 9</form>
12</body> 10{% endblock %}
13</html>