diff options
Diffstat (limited to 'djangoproject/templates/registration/login.html')
| -rw-r--r-- | djangoproject/templates/registration/login.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/djangoproject/templates/registration/login.html b/djangoproject/templates/registration/login.html index d33eb5e2..3a812a53 100644 --- a/djangoproject/templates/registration/login.html +++ b/djangoproject/templates/registration/login.html @@ -2,7 +2,9 @@ {% load i18n %} {% block title %}{% translate "Log in" %}{% endblock %} + {% block og_title %}{% translate "Log in" %}{% endblock %} + {% block og_description %}{% translate "Log in to your account" %}{% endblock %} {% block content %} @@ -37,7 +39,7 @@ <input type="submit" value="{% translate 'Log in' %}" class="cta"/> </p> </form> -{% endblock %} +{% endblock content %} {% block content-related %} <div role="complementary"> @@ -57,4 +59,4 @@ {% endblocktranslate %} </p> </div> -{% endblock %} +{% endblock content-related %} |
