taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit b3b7b2c7d5fbf869c7194f3854c801dadd4e90d0
parent ac29f3ed89ad2384d4d20bcfcd5d1d4fc7d71b13
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 12 Nov 2023 10:11:24 +0100

add default kyc-done page'

Diffstat:
Atemplate/kyc-done.html.j2 | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/template/kyc-done.html.j2 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 %}