closing block typo fix

This commit is contained in:
Serghei Mihai 2015-07-23 17:38:26 +02:00
parent f83e1bca88
commit 3830ca053c
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@
{% block extra-css %}
<link rel="stylesheet" type="text/css" href="{% static 'authentic2_auth_msp/css/screen.msp.css' %}"></link>
<link rel="stylesheet" type="text/css" href="{% static 'authentic2_auth_msp/css/msp.css' %}"></link>
{% enblock %}
{% endblock %}
{% block bodyargs %}class="narrow-page"{% endblock %}