gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-merchant-demos] branch master updated: fix template syntax


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: fix template syntax error
Date: Tue, 13 Oct 2020 07:58:18 +0200

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

dold pushed a commit to branch master
in repository taler-merchant-demos.

The following commit(s) were added to refs/heads/master by this push:
     new 1d71cb8  fix template syntax error
1d71cb8 is described below

commit 1d71cb84b4f59031a4330d011fd3fafeaf2349be
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Tue Oct 13 11:28:10 2020 +0530

    fix template syntax error
---
 talermerchantdemos/blog/templates/confirm_refund.html.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talermerchantdemos/blog/templates/confirm_refund.html.j2 
b/talermerchantdemos/blog/templates/confirm_refund.html.j2
index aafd3f5..a356ea1 100644
--- a/talermerchantdemos/blog/templates/confirm_refund.html.j2
+++ b/talermerchantdemos/blog/templates/confirm_refund.html.j2
@@ -1,6 +1,6 @@
 {% extends "templates/base.html.j2" %}
 {% block main %}
-  <h1>{{ gettext("Confirm refund request for article"))</h1>
+  <h1>{{ gettext("Confirm refund request for article") }}</h1>
 
   <p>
     {{

-- 
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]