From 6a7e065304db77a5588713cdfe6f81f7f4609540 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20St=C4=99pniowski?= Date: Sat, 13 Sep 2008 08:26:39 +0200 Subject: [PATCH 1/1] =?utf8?q?"Utw=C3=B3rz=20now=C4=85=20p=C3=B3=C5=82k?= =?utf8?q?=C4=99"=20->=20"Utw=C3=B3rz=20p=C3=B3=C5=82k=C4=99".?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- apps/catalogue/forms.py | 2 +- wolnelektury/templates/catalogue/main_page.html | 2 +- wolnelektury/templates/catalogue/user_shelves.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/catalogue/forms.py b/apps/catalogue/forms.py index 72aa08533..523b1d636 100644 --- a/apps/catalogue/forms.py +++ b/apps/catalogue/forms.py @@ -42,7 +42,7 @@ class NewSetForm(forms.Form): def __init__(self, *args, **kwargs): super(NewSetForm, self).__init__(*args, **kwargs) - self.fields['name'].widget.attrs['title'] = u'nazwa półki' + self.fields['name'].widget.attrs['title'] = u'nazwa nowej półki' def save(self, user, commit=True): name = self.cleaned_data['name'] diff --git a/wolnelektury/templates/catalogue/main_page.html b/wolnelektury/templates/catalogue/main_page.html index a7bce43df..6b3ae8a65 100644 --- a/wolnelektury/templates/catalogue/main_page.html +++ b/wolnelektury/templates/catalogue/main_page.html @@ -29,7 +29,7 @@
    -
  1. {{ new_set_form.name }}
  2. +
  3. {{ new_set_form.name }}
{% else %} diff --git a/wolnelektury/templates/catalogue/user_shelves.html b/wolnelektury/templates/catalogue/user_shelves.html index 3b063024b..7f6ce5538 100644 --- a/wolnelektury/templates/catalogue/user_shelves.html +++ b/wolnelektury/templates/catalogue/user_shelves.html @@ -11,6 +11,6 @@
    -
  1. {{ new_set_form.name }}
  2. +
  3. {{ new_set_form.name }}
\ No newline at end of file -- 2.20.1