summaryrefslogtreecommitdiff
path: root/talerbank/app/templates/register.html
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-04-22 15:49:16 +0200
committerFlorian Dold <florian@dold.me>2021-04-22 15:50:23 +0200
commit51f25b62eb6447a48c139e04ea73e8fe811227a4 (patch)
tree9b6b4b55f6be196dfb1b9f0fa8963a74cb90a6b8 /talerbank/app/templates/register.html
parent8663a5a15b8f9d57757f70fa16e2a7460e9056ee (diff)
downloadbank-51f25b62eb6447a48c139e04ea73e8fe811227a4.tar.gz
bank-51f25b62eb6447a48c139e04ea73e8fe811227a4.tar.bz2
bank-51f25b62eb6447a48c139e04ea73e8fe811227a4.zip
Use same base template as merchant demos.
Diffstat (limited to 'talerbank/app/templates/register.html')
-rw-r--r--talerbank/app/templates/register.html27
1 files changed, 4 insertions, 23 deletions
diff --git a/talerbank/app/templates/register.html b/talerbank/app/templates/register.html
index 4f3d8c1..9474717 100644
--- a/talerbank/app/templates/register.html
+++ b/talerbank/app/templates/register.html
@@ -1,28 +1,9 @@
-<!--
- This file is part of GNU TALER.
- Copyright (C) 2014, 2015, 2016 Taler Systems SA
-
- TALER is free software; you can redistribute it and/or modify it under the
- terms of the GNU Lesser General Public License as published by the Free Software
- Foundation; either version 2.1, or (at your option) any later version.
-
- TALER is distributed in the hope that it will be useful, but WITHOUT ANY
- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
-
- @author Marcello Stanisci
--->
-
{% extends "base.html" %}
-{% block headermsg %}
- <h1 class="nav">{{ _("Register to the {currency} bank!").format(currency=settings_value('TALER_CURRENCY')) }}</h1>
-{% endblock headermsg %}
+{% block main %}
+
+<h1 class="nav">{{ _("Register to the {currency} bank!").format(currency=settings_value('TALER_CURRENCY')) }}</h1>
-{% block content %}
<aside class="sidebar" id="left">
</aside>
<section id="main">
@@ -55,4 +36,4 @@
</div>
</article>
</section>
-{% endblock content %}
+{% endblock main %}