taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

provision-base.html.j2 (429B)


      1 {% extends "common-base.html.j2" %}
      2 
      3 {% block head %}
      4   <link rel="stylesheet" type="text/css" href="{{ static('provision.css') }}" />
      5 {% endblock head %}
      6 
      7 
      8 {% block header_content %}
      9 
     10 <h1>
     11 <span class="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_PROVISION', '#') }}">{{gettext("Self-Provision")}}</a></span></h1>
     12 <p>{{
     13 gettext ("This is the self-provision page for merchant instances on our demo site.")
     14 }}
     15 </p>
     16 
     17 {% endblock %}