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:
parent
e228d7fccf
commit
f4fa99b3bc
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
Loading…
Reference in a new issue