diff --git a/templates/base.html b/templates/base.html
index aea0ea99..408abec1 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -94,18 +94,18 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Login
{% endif %}
-
-
+
+
{% if is_cableur %}
- {% endif %}
-
+
+
+ {% endif %}
+
@@ -122,9 +122,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{# Display django.contrib.messages as Bootstrap alerts #}
{% bootstrap_messages %}
-
-
{% block content %}{% endblock %}
@@ -146,9 +144,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Connexion |
{% if request_user.has_access %}
- jusqu'au {{ request.user.end_access|date:"d b Y" }}
+ jusqu'au {{ request.user.end_access|date:"d b Y" }}
{% else %}
- Désactivée
+ Désactivée
{% endif %}
|
@@ -201,8 +199,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Re2o 2016 - Gabriel Détraz, Goulven Kermarec, Augustin Lemesle, Maël Kervella
-
-
{# Read the documentation for more information #}