gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-survey] branch master updated: more text fixes


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: more text fixes
Date: Thu, 30 Nov 2017 18:23:44 +0100

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

dold pushed a commit to branch master
in repository survey.

The following commit(s) were added to refs/heads/master by this push:
     new 13b2e2c  more text fixes
13b2e2c is described below

commit 13b2e2cd65ef41d1f749f018e12a93aa7c23d699
Author: Florian Dold <address@hidden>
AuthorDate: Thu Nov 30 18:23:41 2017 +0100

    more text fixes
---
 talersurvey/survey/templates/base.html  | 6 +++---
 talersurvey/survey/templates/index.html | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/talersurvey/survey/templates/base.html 
b/talersurvey/survey/templates/base.html
index dc78eb0..3826797 100644
--- a/talersurvey/survey/templates/base.html
+++ b/talersurvey/survey/templates/base.html
@@ -17,7 +17,7 @@
 
 <html>
 <head>
-  <title>Taler Donation Demo</title>
+  <title>Taler Survey Demo</title>
   <link rel="stylesheet" type="text/css" href="{{ 
url('/static/web-common/pure.css') }}" />
   <link rel="stylesheet" type="text/css" href="{{ 
url('/static/web-common/demo.css') }}" />
   <script src="{{ url("/static/web-common/taler-wallet-lib.js") }}" 
type="application/javascript"></script>
@@ -29,8 +29,8 @@
 <body>
   <div class="demobar">
     <h1><span class="tt adorn-brackets">Taler Demo</span></h1>
-    <h1><span class="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_DONATIONS') 
}}">Donations</a></span></h1>
-    <p>This is the donation page, you can make donations (with an imaginary 
currency for now) to free software projects.</p>
+    <h1><span class="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_SURVEY') 
}}">Survey</a></span></h1>
+    <p>This is the survey page, which demonatrates how merchants can reward 
their users by paying directly into their wallet.</p>
     <ul>
       <li><a href="{{ env('TALER_ENV_URL_INTRO', '#') }}">Introduction</a></li>
       <li><a href="{{ env('TALER_ENV_URL_BANK', '#') }}">Bank</a></li>
diff --git a/talersurvey/survey/templates/index.html 
b/talersurvey/survey/templates/index.html
index 07b6451..1799abd 100644
--- a/talersurvey/survey/templates/index.html
+++ b/talersurvey/survey/templates/index.html
@@ -15,8 +15,8 @@
         <input id="option-taler" type="radio" name="paypref" value="taler" 
checked="checked" />
         Taler
       </label>
-      <label for="option-taler">
-        <input id="option-taler" type="radio" name="paypref" value="visa" />
+      <label for="option-visa">
+        <input id="option-visa" type="radio" name="paypref" value="visa" />
         Visa
       </label>
       </fieldset>

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



reply via email to

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