templates/new_password.html (view raw)
1<!DOCTYPE html>
2<html>
3<head>
4 <title>Nuova Password</title>
5</head>
6<body>
7 <h1>Reimposta la tua password</h1>
8 <form method="post">
9 <label>Nuova Password: <input type="password" name="password"></label><br>
10 <input type="submit" value="Reimposta Password">
11 </form>
12</body>
13</html>