diff --git a/templates/base.html b/templates/base.html index 408abec1..01f1ac4e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,6 @@ Re2o est un logiciel d'administration développé initiallement au rezometz. Il se veut agnostique au réseau considéré, de manière à être installable en quelques clics. -Copyright © 2017 Gabriel Détraz Copyright © 2017 Goulven Kermarec Copyright © 2017 Augustin Lemesle @@ -29,7 +28,17 @@ with this program; if not, write to the Free Software Foundation, Inc., -
+ + + + {% if request.is_secure %} + + + {%else%} + + + {%endif%} + {# Load CSS and JavaScript #} {% bootstrap_css %} @@ -102,10 +111,10 @@ with this program; if not, write to the Free Software Foundation, Inc., Preferences - - + + {% endif %} - +