summaryrefslogtreecommitdiff
path: root/talermerchantdemos/survey/templates/index.html
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-11 15:05:16 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-11 15:05:16 +0200
commita984947846c7b83d3151fc4987ca615edcb168ef (patch)
treeb03a1524a55d2a0255f0b9c1e56061bca9358e02 /talermerchantdemos/survey/templates/index.html
parent1ae0306a3cf2ea27f60b2d205789994d260c2cce (diff)
downloadtaler-merchant-demos-a984947846c7b83d3151fc4987ca615edcb168ef.tar.gz
taler-merchant-demos-a984947846c7b83d3151fc4987ca615edcb168ef.tar.bz2
taler-merchant-demos-a984947846c7b83d3151fc4987ca615edcb168ef.zip
i18n for survey
Diffstat (limited to 'talermerchantdemos/survey/templates/index.html')
-rw-r--r--talermerchantdemos/survey/templates/index.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/talermerchantdemos/survey/templates/index.html b/talermerchantdemos/survey/templates/index.html
deleted file mode 100644
index f40c235..0000000
--- a/talermerchantdemos/survey/templates/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
-{% extends "templates/base.html" %}
-
-{% block main %}
- <div>
- <p>
- In this page, you can participate in our survey about payment systems
- and get a nice tip - via your Taler wallet - from this shop!
- </p>
- </div>
- <div>
- <form action="{{ url_for('submit_survey') }}" method="post" class="pure-form pure-form-stacked">
- <legend>What do you prefer?</legend>
- <fieldset>
- <label for="option-taler">
- <input id="option-taler" type="radio" name="paypref" value="taler" checked="checked" />
- Taler
- </label>
- <label for="option-visa">
- <input id="option-visa" type="radio" name="paypref" value="visa" />
- Visa
- </label>
- </fieldset>
- <input type="submit" value="Submit Survey" class="pure-button pure-button-primary" />
- </form>
- </div>
-{% endblock %}