Better html title

This commit is contained in:
Martin Pépin 2020-06-12 17:55:15 +02:00
parent 73e79d6509
commit a6f4bfcb16
No known key found for this signature in database
GPG key ID: E7520278B1774448

View file

@ -10,8 +10,7 @@
<link rel="stylesheet" href="{% static "authens/css/authens.css" %}" type="text/css">
<title>
{% if request.site.name %}{{ request.site.name }} - login
{% else %}ENS Auth{% endif %}
{% if request.site.name %}{{ request.site.name }}{% else %}AuthENS{% endif %} - login
</title>
</head>
<body>