Initial Validation Suite V2 report engine
This commit is contained in:
commit
2b5c765e41
79 changed files with 2072 additions and 0 deletions
1
app/templates/login.html
Normal file
1
app/templates/login.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
{% extends "base.html" %}{% block content %}<section class="card auth-card"><h1>Anmelden</h1><form method="post"><label>Benutzername<input name="username" required></label><label>Passwort<input type="password" name="password" required></label><button class="primary">Anmelden</button></form><a href="{{ url_for('register') }}">Registrieren</a></section>{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue