Better html title
This commit is contained in:
parent
73e79d6509
commit
a6f4bfcb16
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@
|
||||||
<link rel="stylesheet" href="{% static "authens/css/authens.css" %}" type="text/css">
|
<link rel="stylesheet" href="{% static "authens/css/authens.css" %}" type="text/css">
|
||||||
|
|
||||||
<title>
|
<title>
|
||||||
{% if request.site.name %}{{ request.site.name }} - login
|
{% if request.site.name %}{{ request.site.name }}{% else %}AuthENS{% endif %} - login
|
||||||
{% else %}ENS Auth{% endif %}
|
|
||||||
</title>
|
</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue