X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/d9db56e5acb06105b3cd05cc682936003500597d..735e53fa41a4911c1464a25ed0f24ac8769b878f:/templates/newuser.html diff --git a/templates/newuser.html b/templates/newuser.html index fb53041..fcba9c3 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