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">
|
||||
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue