summaryrefslogtreecommitdiff
path: root/talerbank/app/templates/profile_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'talerbank/app/templates/profile_page.html')
-rw-r--r--talerbank/app/templates/profile_page.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/talerbank/app/templates/profile_page.html b/talerbank/app/templates/profile_page.html
index 1d81b51..fe94109 100644
--- a/talerbank/app/templates/profile_page.html
+++ b/talerbank/app/templates/profile_page.html
@@ -18,7 +18,7 @@
@author Florian Dold <dold@taler.net>
#}
-{% block headermsg %}
+{% block main %}
<div>
<h1 class="nav">
{% autoescape off %}
@@ -27,8 +27,7 @@
</h1>
<a href="{{ url('logout') }}" class="pure-button">[{{ _("Logout") }}]</a><br>
</div>
-{% endblock headermsg %}
-{% block content %}
+
<section id="menu">
<p>{{ _("Bank account balance") }}: <br/> <b>{{ amount_stringify(balance) }}</b></p>
</section>