0
0
Fork 0
EnglishPal/app/templates/reset.html

14 lines
440 B
HTML
Raw Normal View History

<html>
<body>
<form action="/reset" method='POST'>
旧密码:
2022-01-27 17:01:03 +08:00
<input type="password" name="old-password" />
<br/>
新密码:
2022-01-27 17:01:03 +08:00
<input type="password" name="new-password" />
<br/>
<input type="submit" name="submit" value="提交" />
<input type="button" name="submit" value="放弃修改" onclick="window.location.href='/{{ username }}'"/>
</form>
</body>
</html>