gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-blog] branch master updated: fix template syntax err


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: fix template syntax error
Date: Sat, 24 Aug 2019 13:42:05 +0200

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

dold pushed a commit to branch master
in repository blog.

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

commit 3e82b5a304b0f58a59820888bcddf3c9f0bef5a4
Author: Florian Dold <address@hidden>
AuthorDate: Sat Aug 24 13:41:56 2019 +0200

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

diff --git a/talerblog/blog/templates/request_payment.html 
b/talerblog/blog/templates/request_payment.html
index 0677a92..f9ca6d4 100644
--- a/talerblog/blog/templates/request_payment.html
+++ b/talerblog/blog/templates/request_payment.html
@@ -1,7 +1,7 @@
 {% extends "templates/base.html" %}
 {% block meta %}
-{% endblock meta %}
 <meta http-equiv="refresh" content="1">
+{% endblock meta %}
 {% block main %}
 
 <div class="taler-installed-hide">

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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