1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Improve new password page

This commit is contained in:
Steffo 2018-07-21 19:22:20 +02:00
parent e228d7fccf
commit f4fa99b3bc

View file

@ -10,9 +10,9 @@
</h1>
<form action="{{ url_for('page_password') }}" method="POST">
<label>
New password
Nuova password
<input name="new" type="password">
</label>
<input type="submit">
<input type="submit" value="Cambia password">
</form>
{% endblock %}