"Gatunki literackie" -> "Gatunki".
authorMarek Stępniowski <marek@stepniowski.com>
Wed, 17 Sep 2008 12:00:04 +0000 (14:00 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Wed, 17 Sep 2008 12:00:04 +0000 (14:00 +0200)
Changed SearchForm title.

apps/catalogue/forms.py
wolnelektury/templates/catalogue/main_page.html

index 688e5ed..68363c6 100644 (file)
@@ -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))
 
 
index 94eba67..35a680e 100644 (file)
@@ -13,7 +13,7 @@
     </form>
     
     <div id="intro">
-        <p id="tags-description">↓ Przeglądaj lektury według wybranych kategorii i motywów literackich ↓</p>
+        <p id="tags-description">↓ Przeglądaj lektury według wybranych kategorii ↓</p>
         <div id="propaganda">
             <h2>Twoje półki z lekturami</h2>
             {% if user.is_authenticated %}
@@ -48,7 +48,7 @@
                     {% folded_tag_list categories.kind %}
                 {% endif %}
                 {% if categories.genre %}
-                    <h2>Gatunki literackie</h2>
+                    <h2>Gatunki</h2>
                     {% folded_tag_list categories.genre %}
                 {% endif %}
                 {% if categories.epoch %}