Skip to content
Snippets Groups Projects
Commit 7783168a authored by Boris's avatar Boris
Browse files

Ajout du mot de passe pour les profs / formulaire de login (temporaire) / ...

Ajout du mot de passe pour les profs / formulaire de login (temporaire) /  authentification (temporaire) / accès au ressources(profs) que si authentifié(e)
parent 662f8470
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 1 deletion
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
<#ftl encoding="utf-8">
<body xmlns="http://www.w3.org/1999/html">
<form method="post" action="/login">
<label for="userName">Nom d'utilisateur</label>
<input name="userName">
<label for="password">Mot de passe</label>
<input name="password">
<button type="submit" placeholder="Supprimer...">Envoyer</button>
</form>
</body>
</html>
......@@ -11,8 +11,10 @@
</ul>
<form method="post" action="prof/delete">
<form method="post" action="profs/delete">
<label for="id">id</label>
<input name="id">
<button type="submit" placeholder="Supprimer...">Envoyer</button>
</form>
</body>
......
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment