diff options
author | Aaron Williamson <aaron@copiesofcopies.org> | 2013-03-06 09:37:45 -0500 |
---|---|---|
committer | Aaron Williamson <aaron@copiesofcopies.org> | 2013-03-06 09:37:45 -0500 |
commit | 7b0d82539e2d8a451b8ea9ee54baab0f308a4d8a (patch) | |
tree | 677e5e8f5ec032f9403175b1bc78f378bd0d2d5c /mustash/templates/user_edit.html | |
parent | 673b5ffc0f4fe267901d2acef5212bc158b7885e (diff) |
Added license notices, rebranded.
Diffstat (limited to 'mustash/templates/user_edit.html')
-rw-r--r-- | mustash/templates/user_edit.html | 10 |
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> |