msp style loaded

This commit is contained in:
Serghei Mihai 2015-04-17 18:33:06 +02:00
parent 9cdbafff83
commit 9df7e59714
2 changed files with 8 additions and 1 deletions

View File

@ -41,6 +41,9 @@ class="narrow-page"
</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 %}

View File

@ -1,5 +1,9 @@
{% extends "base.html" %}
{% load i18n %}
{% load i18n staticfiles %}
{% block extra_styles %}
<link rel="stylesheet" type="text/css" href="{% static "authentic2_auth_msp/css/screen.msp.css" %}" />
{% endblock %}
{% block title %}
{% trans "Account Management" %}