gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-www] branch master updated: add default kyc-done page'


From: gnunet
Subject: [taler-www] branch master updated: add default kyc-done page'
Date: Sun, 12 Nov 2023 11:11:27 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new b3b7b2c  add default kyc-done page'
b3b7b2c is described below

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

    add default kyc-done page'
---
 template/kyc-done.html.j2 | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/template/kyc-done.html.j2 b/template/kyc-done.html.j2
new file mode 100644
index 0000000..b55d7c1
--- /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 %}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]