"Utwórz nową półkę" -> "Utwórz półkę".
authorMarek Stępniowski <marek@stepniowski.com>
Sat, 13 Sep 2008 06:26:39 +0000 (08:26 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Sat, 13 Sep 2008 06:26:39 +0000 (08:26 +0200)
apps/catalogue/forms.py
wolnelektury/templates/catalogue/main_page.html
wolnelektury/templates/catalogue/user_shelves.html

index 72aa085..523b1d6 100644 (file)
@@ -42,7 +42,7 @@ class NewSetForm(forms.Form):
     
     def __init__(self, *args, **kwargs):
         super(NewSetForm, self).__init__(*args, **kwargs)
     
     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']
         
     def save(self, user, commit=True):
         name = self.cleaned_data['name']
index a7bce43..6b3ae8a 100644 (file)
@@ -29,7 +29,7 @@
                 <hr />
                 <form action="{% url catalogue.views.new_set %}" method="post" accept-charset="utf-8" class="cuteform">
                 <ol>
                 <hr />
                 <form action="{% url catalogue.views.new_set %}" method="post" accept-charset="utf-8" class="cuteform">
                 <ol>
-                    <li>{{ new_set_form.name }} <input type="submit" value="Utwórz nową półkę"/></li>
+                    <li>{{ new_set_form.name }} <input type="submit" value="Utwórz półkę"/></li>
                 </ol>
                 </form>
             {% else %}
                 </ol>
                 </form>
             {% else %}
index 3b06302..7f6ce55 100644 (file)
@@ -11,6 +11,6 @@
 <hr />
 <form action="{% url catalogue.views.new_set %}" method="post" accept-charset="utf-8" class="cuteform">
 <ol>
 <hr />
 <form action="{% url catalogue.views.new_set %}" method="post" accept-charset="utf-8" class="cuteform">
 <ol>
-    <li>{{ new_set_form.name }} <input type="submit" value="Utwórz nową półkę"/></li>
+    <li>{{ new_set_form.name }} <input type="submit" value="Utwórz półkę"/></li>
 </ol>
 </form>
\ No newline at end of file
 </ol>
 </form>
\ No newline at end of file