style: make registration flow use cards

This commit is contained in:
2025-01-11 11:35:05 +01:00
parent 69e58f1e0a
commit 26cb60c1c8
3 changed files with 12 additions and 3 deletions

View File

@@ -2,5 +2,7 @@
{% load i18n %}
{% block content %}
<p>{% translate "Dein Account ist nun aktiviert. Viel Spaß!" %}</p>
<div class="card">
<p>{% translate "Dein Account ist nun aktiviert. Viel Spaß!" %}</p>
</div>
{% endblock %}