chore: release version 0.5.1

This commit is contained in:
2026-04-13 11:13:27 +02:00
parent 7b53f66406
commit 96b979a878
7 changed files with 103 additions and 3 deletions

View File

@@ -40,7 +40,6 @@
<label class="checkbox">{{ form.remember_me() }} <span>Angemeldet bleiben</span></label>
{{ form.submit(class_="button button--wide") }}
</form>
<p class="inline-note">Demo-Logins nach dem Seeden: `anna@putzliga.local` / `putzliga123` und `ben@putzliga.local` / `putzliga123`.</p>
{% if registration_open %}
<p class="inline-note">Es gibt noch keinen Nutzer. <a href="{{ url_for('auth.register') }}">Ersten Account anlegen</a></p>
{% else %}