From 5c3091c1c0892d3f8bbe0b33c5518152dcce14ab Mon Sep 17 00:00:00 2001 From: chirac Date: Sun, 10 Jul 2016 04:23:42 +0200 Subject: [PATCH] =?UTF-8?q?Etiquettes=20plus=20adapt=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cotisations/templates/cotisations/index.html | 1 + machines/templates/machines/index.html | 1 + templates/base.html | 2 +- topologie/templates/topologie/index.html | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) 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 %}