summaryrefslogtreecommitdiff
path: root/mustash/templates/user_edit.html
blob: da418624df998465ef3420e97b8a8b9ce14932f0 (plain)
1
2
3
4
5
6
7
8
9
10
$def with (form)

<div class="span4">
  <h2>Edit user</h2>

  <form action="" method="post">
    $:form.render_css()
  </form>

</div>