From: Jan Szejko Date: Mon, 13 Mar 2017 10:00:55 +0000 (+0100) Subject: mark texts for translation X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/fe237ce4727a1260ada8a12fc4a8f60f176977bd mark texts for translation --- 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 %}