fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
88bfac9
)
Wording change.
author
Radek Czajka
<rczajka@rczajka.pl>
Thu, 10 Sep 2020 09:41:32 +0000
(11:41 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Thu, 10 Sep 2020 12:15:11 +0000
(14:15 +0200)
src/club/templates/club/schedule.html
patch
|
blob
|
history
diff --git
a/src/club/templates/club/schedule.html
b/src/club/templates/club/schedule.html
index
7371f6d
..
a30bfe7
100644
(file)
--- a/
src/club/templates/club/schedule.html
+++ b/
src/club/templates/club/schedule.html
@@
-23,7
+23,7
@@
wspierasz nas kwotą {{ schedule.amount }} zł{% if schedule.monthly %} miesięc
{% if schedule.is_cancelled %}
<p><strong>Płatność anulowana.</strong></p>
<p>
{% if schedule.is_cancelled %}
<p><strong>Płatność anulowana.</strong></p>
<p>
- <a style="background:#018189;color:white;border-radius: 10px;padding:1em 2em" href="/towarzystwo/dolacz/">
Odnów składkę
</a>
+ <a style="background:#018189;color:white;border-radius: 10px;padding:1em 2em" href="/towarzystwo/dolacz/">
Wpłać ponownie
</a>
</p>
{% else %}
<form class="wlform" method='post' action="{% url 'club_cancel' schedule.key %}">
</p>
{% else %}
<form class="wlform" method='post' action="{% url 'club_cancel' schedule.key %}">
@@
-34,7
+34,7
@@
wspierasz nas kwotą {{ schedule.amount }} zł{% if schedule.monthly %} miesięc
{% else %}
<form class="wlform" method='post' action=''>
{% csrf_token %}
{% else %}
<form class="wlform" method='post' action=''>
{% csrf_token %}
- <button type="submit" class="submit">
Opłać kolejny okres
</button>
+ <button type="submit" class="submit">
Dorzuć się ponownie
</button>
</form>
{% endif %}
</form>
{% endif %}
@@
-44,20
+44,20
@@
wspierasz nas kwotą {{ schedule.amount }} zł{% if schedule.monthly %} miesięc
Członkostwo wygasło.
<form method='post' action='' class="wlform">
{% csrf_token %}
Członkostwo wygasło.
<form method='post' action='' class="wlform">
{% csrf_token %}
- <button type="submit" class="submit">
Opłać kolejny okres
</button>
+ <button type="submit" class="submit">
Dorzuć się ponownie
</button>
</form>
{% else %}
{% if not schedule.payed_at %}
</form>
{% else %}
{% if not schedule.payed_at %}
- Składka nie została jeszcze opłacona.
+ <p>Płatność nie została jeszcze wykonana.</p>
{% if schedule.payuorder_set.exists %}
Czekamy na potwierdzenie płatności.
{% else %}
<form method='post' action=''>
{% csrf_token %}
{% if schedule.payuorder_set.exists %}
Czekamy na potwierdzenie płatności.
{% else %}
<form method='post' action=''>
{% csrf_token %}
- <button type="submit" class="submit">
Zapłać składk
ę</button>
+ <button type="submit" class="submit">
Dorzuć si
ę</button>
</form>
{% endif %}
</form>
{% endif %}