git.ithinksw.org
/
~kgodey
/
maayanwich.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Editing a sandwich works, except for the ingredients.
[~kgodey/maayanwich.git]
/
templates
/
newuser.html
diff --git
a/templates/newuser.html
b/templates/newuser.html
index
fcba9c3
..
80fc3ff
100644
(file)
--- a/
templates/newuser.html
+++ b/
templates/newuser.html
@@
-2,7
+2,7
@@
{% block content %}
<h1 class="pagetitle">Create account</h1>
{% block content %}
<h1 class="pagetitle">Create account</h1>
- <form enctype="multipart/form-data" action="
/newuser/" method="post
">
+ <form enctype="multipart/form-data" action="
{% url signup %}" method="post" class="cssform
">
{{ cform.as_p }}
<input type="submit" value="Submit" />
</form>
{{ cform.as_p }}
<input type="submit" value="Submit" />
</form>