From 4816fa981f672f302a009af66a77c444c8e4b660 Mon Sep 17 00:00:00 2001 From: MS Date: Wed, 22 Jul 2020 16:33:54 +0200 Subject: Installing Survey --- talermerchantdemos/survey/templates/base.html | 59 +++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 talermerchantdemos/survey/templates/base.html (limited to 'talermerchantdemos/survey/templates/base.html') diff --git a/talermerchantdemos/survey/templates/base.html b/talermerchantdemos/survey/templates/base.html new file mode 100644 index 0000000..2eeace1 --- /dev/null +++ b/talermerchantdemos/survey/templates/base.html @@ -0,0 +1,59 @@ + + + + + + Taler Survey Demo + + + + {% block styles %}{% endblock %} + {% block scripts %}{% endblock %} + + + +
+

Taler Demo

+

Survey

+

This is the survey page, which demonatrates how merchants can reward their users by paying directly into their wallet.

+ +

You can learn more about Taler on our main website.

+
+ +
+

Taler Survey Demo

+ {% block main %} + This is the main content of the page. + {% endblock %} +
+ +
+ + -- cgit v1.2.3