X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/46ed4211e32129bf050a0213e0469675a7d002f2..6d0648222e9d47e0aac77b77ed5b6ee39e87108c:/templates/newuser.html diff --git a/templates/newuser.html b/templates/newuser.html index 41eaa0e..20d837d 100644 --- a/templates/newuser.html +++ b/templates/newuser.html @@ -1,9 +1,11 @@ {% extends "base.html" %} +{% block title %}Create account{% endblock %} + {% block content %}

Create account

-
- {{ cform.as_p }} + + {{ aform.as_p }}
{% endblock %} \ No newline at end of file