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

{% 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 %}