From aa06ddd3cf1de03922fc4e45e46ef3476a69e3f8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Oct 2020 16:15:15 +0200 Subject: add i18n and new menu structure to donations page --- talermerchantdemos/donations/templates/base.html | 55 ------------------------ 1 file changed, 55 deletions(-) delete mode 100644 talermerchantdemos/donations/templates/base.html (limited to 'talermerchantdemos/donations/templates/base.html') diff --git a/talermerchantdemos/donations/templates/base.html b/talermerchantdemos/donations/templates/base.html deleted file mode 100644 index 7456dca..0000000 --- a/talermerchantdemos/donations/templates/base.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - Taler Donation Demo - - - - {% block styles %}{% endblock %} - {% block scripts %}{% endblock %} - - - -
-

Taler Demo

-

Donations

-

This is the donation page, you can make donations (with an imaginary currency for now) to free software projects.

- -

You can learn more about Taler on our main website.

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