donations-base.html.j2 (523B)
1 {% extends "common-base.html.j2" %} 2 3 {% block head %} 4 <link rel="stylesheet" type="text/css" href="{{ static('colors-donations.css') }}" /> 5 {% endblock head %} 6 7 8 {% block header_content %} 9 10 <h1> 11 <span class="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_DONATIONS', '#') }}">{{gettext("Donations")}}</a></span></h1> 12 <p>{{ 13 gettext ("This is the donation page.") + "<br>" + 14 gettext ("Using this page you can make donations in {currency} to Free Software projects.").format(currency=merchant_currency) 15 }} 16 </p> 17 18 {% endblock %}