git.ithinksw.org
/
~kgodey
/
maayanwich.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add missing ingredients from the add sandwich form, static URLS replaced, and some...
[~kgodey/maayanwich.git]
/
templates
/
newuser.html
1
{% extends "base.html" %}
2
3
{% block content %}
4
<h1 class="pagetitle">Create account</h1>
5
<form enctype="multipart/form-data" action="{% url signup %}" method="post" class="cssform">
6
{{ cform.as_p }}
7
<input type="submit" value="Submit" />
8
</form>
9
{% endblock %}