X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/2d13c64cccabf18b2ee17dac2f0c54280edd9327..46ed4211e32129bf050a0213e0469675a7d002f2:/templates/newuser.html diff --git a/templates/newuser.html b/templates/newuser.html index fb53041..41eaa0e 100644 --- a/templates/newuser.html +++ b/templates/newuser.html @@ -1,11 +1,9 @@ - - - Create account - -

Create account

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

Create account

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