v2.1-enterprise

This commit is contained in:
2026-03-23 19:32:57 +01:00
parent b1500e5d87
commit 988a8b143f
35 changed files with 1304 additions and 0 deletions
@@ -0,0 +1,13 @@
{% extends 'base.html' %}
{% block title %}Reset kodeord{% endblock %}
{% block content %}
<div class="card narrow">
<h1>Nulstil kodeord</h1>
<form method="post" class="form-grid">
<label>Nyt kodeord<input type="password" name="password" required></label>
<label>Gentag kodeord<input type="password" name="password_confirm" required></label>
<button type="submit">Gem kodeord</button>
</form>
</div>
{% endblock %}