Merge branch 'Aufinal/extra_css' into 'master'
Possibilité de customiser le CSS plus facilement See merge request klub-dev-ens/authens!19
This commit is contained in:
commit
efd386e9fc
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">
|
<link rel="stylesheet" href="{% static "authens/css/authens.css" %}" type="text/css">
|
||||||
|
|
||||||
|
{% block extra_css %}{% endblock %}
|
||||||
|
|
||||||
<title>
|
<title>
|
||||||
{% if request.site.name %}{{ request.site.name }}{% else %}AuthENS{% endif %} - login
|
{% if request.site.name %}{{ request.site.name }}{% else %}AuthENS{% endif %} - login
|
||||||
</title>
|
</title>
|
||||||
|
|
Loading…
Reference in a new issue