Login für eingeladene Prüflinge implementiert
This commit is contained in:
16
templates/login.html
Normal file
16
templates/login.html
Normal file
@ -0,0 +1,16 @@
|
||||
{{ define "content" }}
|
||||
<form>
|
||||
<h2>Login</h2>
|
||||
|
||||
<label for="login-input">Code</label>
|
||||
<input type="text" name="login" id="login-input" />
|
||||
|
||||
<button type="submit" hx-post="/external-login/" hx-target="#content">
|
||||
Anmelden
|
||||
</button>
|
||||
|
||||
<button type="submit" hx-post="/internal-login/" hx-target="#content">
|
||||
Intern
|
||||
</button>
|
||||
</form>
|
||||
{{ end }}
|
Reference in New Issue
Block a user