niche/templates/user_edit.html
Michael Hope 12953d9616 Tidied up all of the forms. Now uses CSS.
Added a hook to automatically add descriptions and style to forms.
Now need the 'current password' when changing the password.
Changed 'content' to 'comment' for the new comment form.
2013-10-10 22:05:49 +02:00

13 lines
298 B
HTML

$def with (user, form)
<h2>Editing $user.username</h2>
<div id="commentform">
<form name="main" method="post">
$:form.render_css()
<br/>
<input type="submit" name="post" value="Update"/>
</form>
</div>
<p>Your bio is shown to all visitors. Other details are only shown to logged in users.