first commit
This commit is contained in:
9
templates/resultat_ajout.html
Normal file
9
templates/resultat_ajout.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<!doctype html>
|
||||
<html lang="fr">
|
||||
<head><meta charset="utf-8"><title>Ajout OK</title></head>
|
||||
<body>
|
||||
<h1>Contact ajouté</h1>
|
||||
<p>{{ nom }} → {{ numero }}</p>
|
||||
<p><a href="{{ url_for('index') }}">Retour accueil</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user