summaryrefslogtreecommitdiff
path: root/talerbank/app/templates/public_accounts.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/public_accounts.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/public_accounts.html')
-rw-r--r--talerbank/app/templates/public_accounts.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/talerbank/app/templates/public_accounts.html b/talerbank/app/templates/public_accounts.html
index e469896..1b69594 100644
--- a/talerbank/app/templates/public_accounts.html
+++ b/talerbank/app/templates/public_accounts.html
@@ -17,11 +17,10 @@
@author Marcello Stanisci
#}
-{% block headermsg %}
+{% block main %}
+
<h1 class="nav">{{ _("History of public accounts") }}</h1>
-{% endblock headermsg %}
-{% block content %}
<a href="{{ url('index') }}">Back</a>
<section id="main">
<article>
@@ -103,4 +102,4 @@
</div>
</article>
</section>
-{% endblock content %}
+{% endblock main %}