fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Locatizations.
[wolnelektury.git]
/
src
/
club
/
templates
/
club
/
index.html
diff --git
a/src/club/templates/club/index.html
b/src/club/templates/club/index.html
index
4268be1
..
eb7b6a9
100644
(file)
--- a/
src/club/templates/club/index.html
+++ b/
src/club/templates/club/index.html
@@
-1,25
+1,25
@@
-{% extends "base
/bas
e.html" %}
+{% extends "base
_simpl
e.html" %}
{% load i18n %}
{% load active_schedule from club %}
{% load chunks %}
{% load i18n %}
{% load active_schedule from club %}
{% load chunks %}
-{% block titleextra %}{% trans "Wolne Lektury
need your help
!" %}{% endblock %}
+{% block titleextra %}{% trans "Wolne Lektury
potrzebują Twojej pomocy
!" %}{% endblock %}
{% block body %}
{% block body %}
- <div class="white-box normal-text">
- <h1>{% trans "Wolne Lektury need your help!" %}</h1>
+ <h1>{% trans "Wolne Lektury potrzebują Twojej pomocy!" %}</h1>
+ <div class="white-box normal-text">
{% chunk 'club' %}
<p style="margin-top: 2em;">
{% with schedule=request.user|active_schedule %}
{% if schedule %}
{% chunk 'club' %}
<p style="margin-top: 2em;">
{% with schedule=request.user|active_schedule %}
{% if schedule %}
- <a href="{{ schedule.get_absolute_url }}">{% trans "
Congratulations – you're already a supporter of
Wolne Lektury!" %}</a>
+ <a href="{{ schedule.get_absolute_url }}">{% trans "
Gratulacje — wspierasz
Wolne Lektury!" %}</a>
{% else %}
{% else %}
- <a style="background:#018189;color:white;border-radius: 10px;padding:1em 2em" href="{% url 'club_join' %}">{% trans "
Become a supporter
" %}</a>
+ <a style="background:#018189;color:white;border-radius: 10px;padding:1em 2em" href="{% url 'club_join' %}">{% trans "
Zacznij wspierać
" %}</a>
{% endif %}
{% endwith %}
</p>
{% endif %}
{% endwith %}
</p>