Validation_Suite/app/templates/register.html
2026-07-10 19:13:07 +00:00

1 line
No EOL
404 B
HTML

{% extends "base.html" %}{% block content %}<section class="card auth-card"><h1>Registrieren</h1><form method="post"><label>Benutzername<input name="username" required></label><label>Passwort<input type="password" name="password" required></label><label>Wiederholen<input type="password" name="password_repeat" required></label><button class="primary">Registrieren</button></form></section>{% endblock %}