diff --git a/sigi/templates/admin/base_site.html b/sigi/templates/admin/base_site.html index ea3d5a2..01acd8a 100644 --- a/sigi/templates/admin/base_site.html +++ b/sigi/templates/admin/base_site.html @@ -17,8 +17,6 @@ {% endblock %} {% block userlinks %} - {% url django-admindocs-docroot as docsroot %} - {% if docsroot %}Documentação / {% endif %} Encerrar sessão {% endblock %} @@ -30,6 +28,7 @@
  • | Parlamentares
  • | Mesas Diretoras
  • | Convênios
  • +
  • | Serviços
  • | Inventário
  • diff --git a/sigi/templates/snippets/modules/user.html b/sigi/templates/snippets/modules/user.html index e0bdb62..7820c46 100644 --- a/sigi/templates/snippets/modules/user.html +++ b/sigi/templates/snippets/modules/user.html @@ -2,8 +2,11 @@

    Meu espaço

    {{ user.get_full_name }}

    + {% url django-admindocs-docroot as docsroot %}