gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: Trying <div> instead of <article>


From: gnunet
Subject: [taler-www] branch master updated: Trying <div> instead of <article>
Date: Thu, 16 Nov 2023 21:20:44 +0100

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

skuegel pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 8321f3a  Trying <div> instead of <article>
8321f3a is described below

commit 8321f3a6dcf06350a75b306b8f202d96383333c0
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Thu Nov 16 21:19:58 2023 +0100

    Trying <div> instead of <article>
    
    Signed-off-by: Stefan Kügel <skuegel@web.de>
---
 template/kyc-done.html.j2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/template/kyc-done.html.j2 b/template/kyc-done.html.j2
index ebf3e12..f1f0125 100644
--- a/template/kyc-done.html.j2
+++ b/template/kyc-done.html.j2
@@ -1,6 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
-<article class="container">
+<div class="container">
   <header>
     <h1>{% trans %}Identification complete{% endtrans %}</h1>
   </header>
@@ -12,5 +12,5 @@
     {% endtrans %}
     </p>
   </main>
-</article>
+</div>
 {% 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]