diff --git a/cotisations/templates/cotisations/index.html b/cotisations/templates/cotisations/index.html index d715972a..a7ee5e08 100644 --- a/cotisations/templates/cotisations/index.html +++ b/cotisations/templates/cotisations/index.html @@ -4,6 +4,7 @@ {% block title %}Facture{% endblock %} {% block content %} +

Cotisations

{% include "cotisations/aff_cotisations.html" with facture_list=facture_list %}

diff --git a/machines/templates/machines/index.html b/machines/templates/machines/index.html index eaebf7af..4a3bde3d 100644 --- a/machines/templates/machines/index.html +++ b/machines/templates/machines/index.html @@ -4,6 +4,7 @@ {% block title %}Machines{% endblock %} {% block content %} +

Machines

{% include "machines/aff_machines.html" with interfaces_list=interfaces_list %}

diff --git a/templates/base.html b/templates/base.html index 5189bc3a..7752431f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -90,7 +90,7 @@
  • Pseudo : {{ request_user.pseudo }}
  • Chambre : {{ request_user.room }}
  • Connexion : {% if request_user.actif == True %}Active{% else %}Désactivée{% endif %}
  • -
  • Fin d'adhésion : {% if request_user.end_adhesion != None %}{{ user.end_adhesion }}{% else %}Non adhérent{% endif %}
  • +
  • Fin d'adhésion : {% if request_user.end_adhesion != None %}{{ request_user.end_adhesion }}{% else %}Non adhérent{% endif %}
  • Voir mon profil

    {% else %}

    Vous n'êtes pas authentifié

    diff --git a/topologie/templates/topologie/index.html b/topologie/templates/topologie/index.html index d9d2ccb4..4436aeef 100644 --- a/topologie/templates/topologie/index.html +++ b/topologie/templates/topologie/index.html @@ -4,6 +4,7 @@ {% block title %}Switchs{% endblock %} {% block content %} +

    Switchs

    {% if is_infra %} Ajouter un switch {% endif %}