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 ambiguous constr


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: fix ambiguous construct
Date: Thu, 27 Oct 2022 18:28:54 +0200

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

ms 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 41f8080  fix ambiguous construct
41f8080 is described below

commit 41f8080b5709f3d0a60503446a9817504bcf3617
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 27 18:27:55 2022 +0200

    fix ambiguous construct
---
 talermerchantdemos/templates/survey-index.html.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talermerchantdemos/templates/survey-index.html.j2 
b/talermerchantdemos/templates/survey-index.html.j2
index 3af0d5b..b3a1b61 100644
--- a/talermerchantdemos/templates/survey-index.html.j2
+++ b/talermerchantdemos/templates/survey-index.html.j2
@@ -8,7 +8,7 @@
     </p>
   </div>
   <div>
-    <form action="{{ script_name or "" + "/" + getlang() + "/submit-survey" 
}}" method="post" class="pure-form pure-form-stacked">
+    <form action="{{ (script_name or "") + "/" + getlang() + "/submit-survey" 
}}" method="post" class="pure-form pure-form-stacked">
       <fieldset>
       <legend>{{ gettext("Which payment system do you prefer?") }}</legend>
       <label for="option-taler">

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