X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/51ee8fd625da8fda8b0fcc62443fb5a110fa8160..fe237ce4727a1260ada8a12fc4a8f60f176977bd:/redakcja/templates/registration/login.html diff --git a/redakcja/templates/registration/login.html b/redakcja/templates/registration/login.html index 5a831b36..7ec2dc1a 100644 --- a/redakcja/templates/registration/login.html +++ b/redakcja/templates/registration/login.html @@ -1,6 +1,7 @@ {% extends "catalogue/base.html" %} +{% load i18n %} -{% block subtitle %} - Logowanie {% endblock subtitle %} +{% block subtitle %} - {% trans "Log in" %} {% endblock subtitle %} {% block inner_content %} @@ -24,15 +25,15 @@ - +
-

I forgot my password

+

{% trans "I forgot my password" %}


- Register + {% trans "Register" %} {% endblock %}