aboutsummaryrefslogtreecommitdiff
path: root/template/kyc-done.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/kyc-done.html.j2')
-rw-r--r--template/kyc-done.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/template/kyc-done.html.j2 b/template/kyc-done.html.j2
index ebf3e127..f1f01255 100644
--- 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 %}