summaryrefslogtreecommitdiff
path: root/talersurvey
diff options
context:
space:
mode:
Diffstat (limited to 'talersurvey')
-rw-r--r--talersurvey/survey/templates/base.html6
-rw-r--r--talersurvey/survey/templates/index.html4
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>