From b3b7b2c7d5fbf869c7194f3854c801dadd4e90d0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 12 Nov 2023 10:11:24 +0100 Subject: add default kyc-done page' --- template/kyc-done.html.j2 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 template/kyc-done.html.j2 (limited to 'template') 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 %} +
+
+

{{ _("Identification complete")}}

+
+
+

+ {% trans %} + Thank you for providing your identity information. + Processing your GNU Taler transaction will now continue. + {% endtrans %} +

+
+
+{% endblock body_content %} -- cgit v1.2.3