Add extra css block
This commit is contained in:
parent
9747cd63b1
commit
299542a8a9
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue