summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates/survey-base.html.j2
blob: 1ec97be8a3043070b9eb1efb6bf859d67adc4a35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{% extends "common-base.html.j2" %}

{% block head %}
  <link rel="stylesheet" type="text/css" href="{{ static('colors-survey.css') }}" />
{% endblock head %}


{% block header_content %}

<h1>
<span class="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_SURVEY') }}">{{ gettext("Survey") }}</a></span></h1>
<p>{{
gettext("This page demonstrates how to tip visitors for completing small tasks.") + "<br>" +
gettext("Tipping is a way for offer cash rewards that go directly into a user's wallet.")
}}
</p>

{% endblock %}