receipts resend
[wolnelektury.git] / src / club / templates / club / membership_form_app.html
index 62ad688..433b6fc 100644 (file)
@@ -1,19 +1,20 @@
 {% extends "base/app.html" %}
+{% load i18n %}
 
 
-{% block titleextra %}Towarzystwo Wolnych Lektur{% endblock %}
+{% block titleextra %}{% trans "Wolne Lektury need your help!" %}{% endblock %}
 
 
 {% block body %}
-<div class="white-box normal-text">
+  <div class="white-box normal-text">
 
-       <h1>{% if membership %}Odnów swoje członkostwo w Towarzystwie Wolnych Lektur{% else %}Dołącz do Towarzystwa Wolnych Lektur{% endif %}</h1>
+    <h1>{% if membership %}Odnów swoje wsparcie dla Wolnych Lektur{% else %}Wspieraj Wolne Lektury{% endif %}</h1>
 
-<form method="POST" action="">
-  {% csrf_token %}
+    <form method="POST" action="">
+      {% csrf_token %}
 
-  {{ form.as_p }}
-  <button type='submit'>Dołącz</button>
+      {{ form.as_p }}
+  <button type='submit'>Wspieraj</button>
 </form>
 
 </div>