diff --git a/src/authentic2_pratic/templates/authentic2_pratic/homepage.html b/src/authentic2_pratic/templates/authentic2_pratic/homepage.html index 6e0c8f0..4a58e2c 100644 --- a/src/authentic2_pratic/templates/authentic2_pratic/homepage.html +++ b/src/authentic2_pratic/templates/authentic2_pratic/homepage.html @@ -1,6 +1,14 @@ {% extends "authentic2/manager/homepage.html" %} {% load i18n %} +{% block appbar %} + {% if user.is_superuser %} +

{% blocktrans %}Here you can manage collectivities and services.{% endblocktrans %}

+ {% else %} +

{% blocktrans %}Here you can manage users, services and their accesses.{% endblocktrans %}

+ {% endif %} +{% endblock %} + {% block content %}
{% if user.is_superuser %}