summaryrefslogtreecommitdiff
path: root/mustash/templates/user_edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'mustash/templates/user_edit.html')
-rw-r--r--mustash/templates/user_edit.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/mustash/templates/user_edit.html b/mustash/templates/user_edit.html
new file mode 100644
index 0000000..da41862
--- /dev/null
+++ b/mustash/templates/user_edit.html
@@ -0,0 +1,10 @@
+$def with (form)
+
+<div class="span4">
+ <h2>Edit user</h2>
+
+ <form action="" method="post">
+ $:form.render_css()
+ </form>
+
+</div>