akyuu/templates/accountform.html

13 行
512 B
HTML
Raw 通常表示 履歴

2016-02-09 07:36:24 +09:00
<html>
<h1>edit account</h1>
<form method="POST" action="/account">
E-mail: <input type="text" name="mail" /><br />
New password: <input type="password" name="new_password" /><br />
New password (repeat): <input type="password" name="new_password2" /><br />
<br />
Name: <input type="text" name="name" /><br />
Old password: <input type="password" name="password" /><br />
<input type="submit" value="update" />
</form>
2016-02-09 11:04:21 +09:00
{{ template "footer" }}