X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/6257e70f7b73d39922d5160c648b418c4ac180a2..224a350e9b1a9fb7f285fbfae821861f5e62effc:/templates/newuser.html diff --git a/templates/newuser.html b/templates/newuser.html index 80fc3ff..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