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
moved media to media folder in app
[~kgodey/maayanwich.git]
/
templates
/
newuser.html
diff --git
a/templates/newuser.html
b/templates/newuser.html
index
fcba9c3
..
20d837d
100644
(file)
--- a/
templates/newuser.html
+++ b/
templates/newuser.html
@@
-1,9
+1,11
@@
{% extends "base.html" %}
{% extends "base.html" %}
+{% block title %}Create account{% endblock %}
+
{% 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
">
- {{
c
form.as_p }}
+ <form enctype="multipart/form-data" action="
{% url signup %}" method="post" class="cssform
">
+ {{
a
form.as_p }}
<input type="submit" value="Submit" />
</form>
{% endblock %}
\ No newline at end of file
<input type="submit" value="Submit" />
</form>
{% endblock %}
\ No newline at end of file