This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
authentic2-auth-msp/src/authentic2_auth_msp/templates/authentic2_auth_msp/base.html

10 lines
365 B
HTML

{% extends "authentic2/base-page.html"%}
{% load staticfiles %}
{% 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 %}
{% block bodyargs %}class="narrow-page"{% endblock %}