link rel="canonical" in the sign in page

This commit is contained in:
Pēteris Caune 2020-02-04 11:29:38 +02:00
parent b1bffde3d6
commit 3048a20f9b
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -5,6 +5,10 @@
{% block description %}{% endblock %}
{% block head %}
<link rel="canonical" href="{% site_root %}{% url 'hc-login' %}" />
{% endblock %}
{% block content %}
<div class="row">
<div class="col-xs-10 col-xs-offset-1 col-sm-12 col-sm-offset-0 col-lg-8 col-lg-offset-2">