Editing user settings works.
[~kgodey/maayanwich.git] / templates / edituser.html
diff --git a/templates/edituser.html b/templates/edituser.html
new file mode 100644 (file)
index 0000000..41a04b3
--- /dev/null
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+
+{% block content %}
+       <h1 class="pagetitle">Create account</h1>
+       <form enctype="multipart/form-data" action="{% url edit_user gusername=request.user.username %}" method="post" class="cssform">
+       {{ cform.as_p }}
+       <input type="submit" value="Submit" />
+       </form>
+{% endblock %}
\ No newline at end of file