summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates/survey-index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/templates/survey-index.html.j2')
-rw-r--r--talermerchantdemos/templates/survey-index.html.j26
1 files changed, 4 insertions, 2 deletions
diff --git a/talermerchantdemos/templates/survey-index.html.j2 b/talermerchantdemos/templates/survey-index.html.j2
index 334cbc6..4a804fb 100644
--- a/talermerchantdemos/templates/survey-index.html.j2
+++ b/talermerchantdemos/templates/survey-index.html.j2
@@ -9,8 +9,8 @@
</div>
<div>
<form action="{{ script_name + "/" + getlang() + "/submit-survey" }}" method="post" class="pure-form pure-form-stacked">
- <legend>{{ gettext("Which payment system do you prefer?") }}</legend>
<fieldset>
+ <legend>{{ gettext("Which payment system do you prefer?") }}</legend>
<label for="option-taler">
<input id="option-taler" type="radio" name="paypref" value="taler" checked="checked" />
Taler
@@ -20,7 +20,9 @@
Visa
</label>
</fieldset>
- <button name="submit" value="{{ gettext("Submit Survey")}}" class="pure-button pure-button-primary" />
+ <button name="submit" class="pure-button pure-button-primary" >
+ {{ gettext("Submit Survey")}}
+ </button>
</form>
</div>
{% endblock %}