From fe237ce4727a1260ada8a12fc4a8f60f176977bd Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Mon, 13 Mar 2017 11:00:55 +0100 Subject: [PATCH] mark texts for translation --- redakcja/templates/registration/login.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 %} -- 2.20.1