summaryrefslogtreecommitdiff
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.j213
1 files changed, 13 insertions, 0 deletions
diff --git a/template/kyc-done.html.j2 b/template/kyc-done.html.j2
new file mode 100644
index 00000000..b9304cc4
--- /dev/null
+++ b/template/kyc-done.html.j2
@@ -0,0 +1,13 @@
+{% extends "common/base.j2" %}
+{% block body_content %}
+<main id="maincontent">
+ <div class="container">
+ <h1>{% trans %}Identification complete{% endtrans %}</h1>
+ <p>
+ {% trans %}
+ Thank you for providing your identity information.
+ Processing your GNU Taler transaction will now continue.
+ {% endtrans %}
+ </p>
+</div>
+{% endblock body_content %}