summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-11-12 10:11:24 +0100
committerChristian Grothoff <christian@grothoff.org>2023-11-12 10:11:24 +0100
commitb3b7b2c7d5fbf869c7194f3854c801dadd4e90d0 (patch)
treeacf5480efc2960e4420d3573a6cd5be4f8a5d888
parentac29f3ed89ad2384d4d20bcfcd5d1d4fc7d71b13 (diff)
downloadwww-b3b7b2c7d5fbf869c7194f3854c801dadd4e90d0.tar.gz
www-b3b7b2c7d5fbf869c7194f3854c801dadd4e90d0.tar.bz2
www-b3b7b2c7d5fbf869c7194f3854c801dadd4e90d0.zip
add default kyc-done page'
-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 %}