aboutsummaryrefslogtreecommitdiff
path: root/snakeplan/templates/projects/project_form.html
blob: 9f91f8773c3d49c1116d29e296cee9d4c907d475 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
<title>OH: oh shit, i just added templates to the old directory</title>
</head>
<body>
<form action="" method="POST">
<ul>
{{ form.as_ul }}
</ul>
<input type="submit" value="Save"/>
</form>
</body>
</html>