From: Marek Stępniowski Date: Wed, 17 Sep 2008 12:00:04 +0000 (+0200) Subject: "Gatunki literackie" -> "Gatunki". X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/c1fbd6ea3930ca7f96604fdb721e2f642827536b?ds=inline;hp=-c "Gatunki literackie" -> "Gatunki". Changed SearchForm title. --- c1fbd6ea3930ca7f96604fdb721e2f642827536b diff --git a/apps/catalogue/forms.py b/apps/catalogue/forms.py index 688e5edd0..68363c6e7 100644 --- a/apps/catalogue/forms.py +++ b/apps/catalogue/forms.py @@ -14,7 +14,7 @@ class SearchForm(forms.Form): def __init__(self, *args, **kwargs): tags = kwargs.pop('tags', []) super(SearchForm, self).__init__(*args, **kwargs) - self.fields['q'].widget.attrs['title'] = u'tytuł, autor, motyw, epoka, rodzaj, gatunek literacki' + self.fields['q'].widget.attrs['title'] = u'tytuł, autor, motyw/temat, epoka, rodzaj, gatunek' self.fields['tags'].initial = '/'.join(tag.slug for tag in Tag.get_tag_list(tags)) diff --git a/wolnelektury/templates/catalogue/main_page.html b/wolnelektury/templates/catalogue/main_page.html index 94eba6723..35a680e58 100644 --- a/wolnelektury/templates/catalogue/main_page.html +++ b/wolnelektury/templates/catalogue/main_page.html @@ -13,7 +13,7 @@
-

↓ Przeglądaj lektury według wybranych kategorii i motywów literackich ↓

+

↓ Przeglądaj lektury według wybranych kategorii ↓

Twoje półki z lekturami

{% if user.is_authenticated %} @@ -48,7 +48,7 @@ {% folded_tag_list categories.kind %} {% endif %} {% if categories.genre %} -

Gatunki literackie

+

Gatunki

{% folded_tag_list categories.genre %} {% endif %} {% if categories.epoch %}