commit 8321f3a6dcf06350a75b306b8f202d96383333c0
parent 7f0741ed6fb1ac673c99aeb836e5a82c31479533
Author: Stefan Kügel <skuegel@web.de>
Date: Thu, 16 Nov 2023 21:19:58 +0100
Trying <div> instead of <article>
Signed-off-by: Stefan Kügel <skuegel@web.de>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/template/kyc-done.html.j2 b/template/kyc-done.html.j2
@@ -1,6 +1,6 @@
{% extends "common/base.j2" %}
{% block body_content %}
-<article class="container">
+<div class="container">
<header>
<h1>{% trans %}Identification complete{% endtrans %}</h1>
</header>
@@ -12,5 +12,5 @@
{% endtrans %}
</p>
</main>
-</article>
+</div>
{% endblock body_content %}