first commit
This commit is contained in:
11
templates/result_add_user.html
Normal file
11
templates/result_add_user.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!doctype html>
|
||||
<html lang="fr">
|
||||
<head><meta charset="utf-8"><title>Utilisateur ajouté</title></head>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||
<body>
|
||||
<h1>L'utilisateur {{Identifiant}} à été ajouté</h1>
|
||||
<p><a href="{{ url_for('index') }}">Retour accueil</a></p>
|
||||
<p><a href="{{ url_for('add_user') }}">ajouter un autre utilisateur</a></p>
|
||||
<p><a href="{{ url_for('user_search') }}">Se connecter avec un autre identifiant</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user