addd password recovery
This commit is contained in:
16
templates/error.html
Normal file
16
templates/error.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>PyMenu</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Error</h1>
|
||||
{% if error %}
|
||||
<h2>{{error}}</h2>
|
||||
{% endif %}
|
||||
<a href="/">
|
||||
<input type="button" value="Revenir a l'acceuil">
|
||||
</a>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user