fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add pz field
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
registration
/
login.html
diff --git
a/src/wolnelektury/templates/registration/login.html
b/src/wolnelektury/templates/registration/login.html
index
e3d4eee
..
a5a71d3
100644
(file)
--- a/
src/wolnelektury/templates/registration/login.html
+++ b/
src/wolnelektury/templates/registration/login.html
@@
-3,16
+3,16
@@
{% block settings %}
{% load title %}
{% block settings %}
{% load title %}
- {% trans '
Sign In
' as title %}
+ {% trans '
Zaloguj się
' as title %}
{% title title %}
{% endblock %}
{% block sbreadcrumbs %}
{% title title %}
{% endblock %}
{% block sbreadcrumbs %}
- <a>
Zaloguj się
</a>
+ <a>
{% trans "Zaloguj się" %}
</a>
{% endblock %}
{% endblock %}
-{% block stitle %}
Zaloguj się
{% endblock %}
+{% block stitle %}
{% trans "Zaloguj się" %}
{% endblock %}
{% block content %}
<h1>{{ title }}</h1>
{% block content %}
<h1>{{ title }}</h1>
@@
-20,15
+20,15
@@
<form method="post">
{% csrf_token %}
{{ form }}
<form method="post">
{% csrf_token %}
{{ form }}
- <button>
Dalej
</button>
+ <button>
{% trans "Dalej" %}
</button>
- <a href="{% url 'account_reset_password' %}">{% trans "
Forgot Password
?" %}</a>
+ <a href="{% url 'account_reset_password' %}">{% trans "
Nie pamiętasz hasła
?" %}</a>
<br><br>
<br><br>
- <a href="{% url 'register' %}?next={{ request.GET.next }}">
Nie masz jeszcze konta?
</a>
+ <a href="{% url 'register' %}?next={{ request.GET.next }}">
{% trans "Nie masz jeszcze konta?" %}
</a>
{% if USE_OPENID %}
{% if USE_OPENID %}
- <h3>{% trans "
Sign in using
:" %}</h3>
+ <h3>{% trans "
Zaloguj się używając
:" %}</h3>
<ul class="socialaccount_providers">
{% include "socialaccount/snippets/provider_list.html" %}
<ul class="socialaccount_providers">
{% include "socialaccount/snippets/provider_list.html" %}