Remove MSP tags in authentic2 login page template

This commit is contained in:
Benjamin Dauvergne 2016-03-23 13:40:40 +01:00
parent 87bc37e6f9
commit 37c672edfa
1 changed files with 0 additions and 9 deletions

View File

@ -17,15 +17,6 @@
</div>
{% if MSP %}
{% block extra_styles %}
<link rel="stylesheet" type="text/css" href="{% static "authentic2_auth_msp/css/screen.msp.css" %}" />
{% endblock %}
{% with tpl='msp/connecting.html' %}
{% include tpl with popup=1 %}
{% endwith %}
{% endif %}
<br class="clear"/>
{% endblock %}