summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/kyc-done.html.j216
1 files changed, 16 insertions, 0 deletions
diff --git a/template/kyc-done.html.j2 b/template/kyc-done.html.j2
new file mode 100644
index 00000000..b55d7c1f
--- /dev/null
+++ b/template/kyc-done.html.j2
@@ -0,0 +1,16 @@
+{% extends "common/base.j2" %}
+{% block body_content %}
+<article class="container">
+ <header>
+ <h1>{{ _("Identification complete")}}</h1>
+ </header>
+ <main id="maincontent">
+ <p>
+ {% trans %}
+ Thank you for providing your identity information.
+ Processing your GNU Taler transaction will now continue.
+ {% endtrans %}
+ </p>
+ </main>
+</article>
+{% endblock body_content %}