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 #7938


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: fix #7938
Date: Mon, 30 Oct 2023 14:39:33 +0100

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

sebasjm 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 b96536b  fix #7938
b96536b is described below

commit b96536bf37f3cfcac39f9d1d9a13c711ed5ab91e
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Oct 30 10:39:28 2023 -0300

    fix #7938
---
 talermerchantdemos/templates/blog-confirm-refund.html.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talermerchantdemos/templates/blog-confirm-refund.html.j2 
b/talermerchantdemos/templates/blog-confirm-refund.html.j2
index 050c51e..943081d 100644
--- a/talermerchantdemos/templates/blog-confirm-refund.html.j2
+++ b/talermerchantdemos/templates/blog-confirm-refund.html.j2
@@ -18,7 +18,7 @@
 
   <form action="{{ url_for('refund', order_id=order_id) }}" method="POST">
     <input type="text" name="article_name" value={{ article_name}} hidden>
-    <button name="submit">
+    <button class="pure-button pure-button-primary" name="submit">
       {{ gettext('Request refund') }}
     </button>
   </form>

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