Add extra css block

This commit is contained in:
Ludovic Stephan 2020-08-03 14:02:11 +02:00
parent 9747cd63b1
commit 299542a8a9

View file

@ -9,6 +9,8 @@
<link rel="stylesheet" href="{% static "authens/css/authens.css" %}" type="text/css">
{% block extra_css %}{% endblock %}
<title>
{% if request.site.name %}{{ request.site.name }}{% else %}AuthENS{% endif %} - login
</title>