fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix for toc events
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
registration
/
register.html
diff --git
a/src/wolnelektury/templates/registration/register.html
b/src/wolnelektury/templates/registration/register.html
index
03827a0
..
08b98d0
100644
(file)
--- a/
src/wolnelektury/templates/registration/register.html
+++ b/
src/wolnelektury/templates/registration/register.html
@@
-4,7
+4,7
@@
{% block settings %}
{% load title %}
{% block settings %}
{% load title %}
- {% trans "
Register
" as title %}
+ {% trans "
Załóż konto
" as title %}
{% title title %}
{% endblock %}
{% title title %}
{% endblock %}
@@
-13,11
+13,11
@@
<form method="post">
{% csrf_token %}
{{ form.as_p }}
<form method="post">
{% csrf_token %}
{{ form.as_p }}
- <button>{% trans "
Register
" %}</button>
+ <button>{% trans "
Załóż konto
" %}</button>
<p class="helptext">{{ form.data_processing }}</p>
{% if USE_OPENID %}
<p class="helptext">{{ form.data_processing }}</p>
{% 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" %}