X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/cda2ae88878c218d2208398cdb054b6c9baebd47..6a7e065304db77a5588713cdfe6f81f7f4609540:/apps/catalogue/forms.py?ds=sidebyside 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']