diff --git a/compte_agglo_montpellier/templates/base.html b/compte_agglo_montpellier/templates/base.html index ac931c3..3e176d6 100644 --- a/compte_agglo_montpellier/templates/base.html +++ b/compte_agglo_montpellier/templates/base.html @@ -19,6 +19,9 @@ title="Montpellier agglomération" />
{% if user.is_authenticated %} +
{{ user.first_name }} {{ user.last_name }} {% trans "Logout" %} diff --git a/compte_agglo_montpellier/templates/base_one_column.html b/compte_agglo_montpellier/templates/base_one_column.html index 19dd4e0..abe9e5e 100644 --- a/compte_agglo_montpellier/templates/base_one_column.html +++ b/compte_agglo_montpellier/templates/base_one_column.html @@ -1,6 +1,10 @@ {% extends "base.html" %} {% load cms_tags %} +{% block admin-links %} + {% placeholder "admin-links" %} +{% endblock %} + {% block content %}
{% block center %} diff --git a/compte_agglo_montpellier/templates/base_two_columns.html b/compte_agglo_montpellier/templates/base_two_columns.html index b8ac9b9..e7d3eea 100644 --- a/compte_agglo_montpellier/templates/base_two_columns.html +++ b/compte_agglo_montpellier/templates/base_two_columns.html @@ -1,6 +1,10 @@ {% extends "base.html" %} {% load cms_tags %} +{% block admin-links %} + {% placeholder "admin-links" %} +{% endblock %} + {% block content %}
{% block left %}