git.ithinksw.org
/
~kgodey
/
maayanwich.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added the "create new user" view.
[~kgodey/maayanwich.git]
/
templates
/
newuser.html
1
<html>
2
<head>
3
<title>Create account</title></head>
4
<body>
5
<h1>Create account</h1>
6
<form enctype="multipart/form-data" action="/newuser/" method="post">
7
{{ cform.as_p }}
8
<input type="submit" value="Submit" />
9
</form>
10
</body>
11
</html>