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>
|
</h1>
|
||||||
<form action="{{ url_for('page_password') }}" method="POST">
|
<form action="{{ url_for('page_password') }}" method="POST">
|
||||||
<label>
|
<label>
|
||||||
New password
|
Nuova password
|
||||||
<input name="new" type="password">
|
<input name="new" type="password">
|
||||||
</label>
|
</label>
|
||||||
<input type="submit">
|
<input type="submit" value="Cambia password">
|
||||||
</form>
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in a new issue