X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/12de092f5614a8b7b1cb7ad7ac7470bdf75d4b8d..2a2e81bae73647b9ea060e30a092d2679b6bff7e:/templates/edituser.html diff --git a/templates/edituser.html b/templates/edituser.html new file mode 100644 index 0000000..41a04b3 --- /dev/null +++ b/templates/edituser.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} + +{% block content %} +

Create account

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