X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/2d13c64cccabf18b2ee17dac2f0c54280edd9327..224a350e9b1a9fb7f285fbfae821861f5e62effc:/templates/newuser.html diff --git a/templates/newuser.html b/templates/newuser.html index fb53041..20d837d 100644 --- a/templates/newuser.html +++ b/templates/newuser.html @@ -1,11 +1,11 @@ - - - Create account - -

Create account

-
- {{ cform.as_p }} - -
- - \ No newline at end of file +{% extends "base.html" %} + +{% block title %}Create account{% endblock %} + +{% block content %} +

Create account

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