akyuu/templates/accountform.html

15 行
686 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>
<hr />
<p>This project is licensed under the <a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPLv3</a>, source code <a href="https://github.com/plomlompom/htwtxt">here</a>.</p>
</html>