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.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/snakeplan/templates/projects/project_form.html b/snakeplan/templates/projects/project_form.html
new file mode 100644
index 0000000..9f91f87
--- /dev/null
+++ b/snakeplan/templates/projects/project_form.html
@@ -0,0 +1,13 @@
1<html>
2<head>
3<title>OH: oh shit, i just added templates to the old directory</title>
4</head>
5<body>
6<form action="" method="POST">
7<ul>
8{{ form.as_ul }}
9</ul>
10<input type="submit" value="Save"/>
11</form>
12</body>
13</html>