Fix template.
[wolnelektury.git] / src / club / models.py
index 1d993bc..1a69144 100644 (file)
@@ -213,7 +213,7 @@ class PayUOrder(payu_models.Order):
             self.schedule.get_thanks_url())
 
     def get_description(self):
-        return ugettext('Towarzystwo Wolnych Lektur')
+        return ugettext('Towarzystwo Przyjaciół Wolnych Lektur')
 
     def is_recurring(self):
         return self.schedule.get_payment_method().is_recurring