diff --git a/accounts/templates/account.html b/accounts/templates/account.html index 54e3ad9..3775a63 100644 --- a/accounts/templates/account.html +++ b/accounts/templates/account.html @@ -5,13 +5,13 @@ {% load qr_code %} {% block title %}{% trans "User Profile" %} - {{ user }}{% endblock %} -{% block page_header %}{% trans "User Profile" %}: {{ user }}{% endblock page_header %} +{% block page_heading %}{% trans "User Profile" %}: {{ user }}{% endblock page_heading %} -{% block page_header_extra %} +{% block page_heading_extra %} {% icon 'plus' %} -{% endblock page_header_extra %} +{% endblock page_heading_extra %} {% block content %}