first commit
This commit is contained in:
11
templates/resultat_recherche.html
Normal file
11
templates/resultat_recherche.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!doctype html>
|
||||
<html lang="fr">
|
||||
<head><meta charset="utf-8"><title>Résultat</title></head>
|
||||
<body>
|
||||
<h1>Résultat recherche</h1>
|
||||
<p>Nom : {{ nom }}</p>
|
||||
<p>Numéro : {{ numero }}</p>
|
||||
<p><a href="{{ url_for('cherche') }}">Nouvelle recherche</a></p>
|
||||
<p><a href="{{ url_for('index') }}">Retour a l'acceuil</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user