From 37c672edfa9c9293939a57df2bad713e7df19380 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 23 Mar 2016 13:40:40 +0100 Subject: [PATCH] Remove MSP tags in authentic2 login page template --- templates/authentic2/login.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/templates/authentic2/login.html b/templates/authentic2/login.html index 387be98..80a2c51 100644 --- a/templates/authentic2/login.html +++ b/templates/authentic2/login.html @@ -17,15 +17,6 @@ -{% if MSP %} -{% block extra_styles %} - -{% endblock %} - {% with tpl='msp/connecting.html' %} - {% include tpl with popup=1 %} - {% endwith %} -{% endif %} -
{% endblock %}