user_shelves.html template is now valid HTML.
authorMarek Stępniowski <marek@stepniowski.com>
Thu, 11 Sep 2008 14:03:55 +0000 (16:03 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Thu, 11 Sep 2008 14:03:55 +0000 (16:03 +0200)
wolnelektury/templates/catalogue/user_shelves.html

index 44517c5..88e7315 100644 (file)
@@ -9,7 +9,8 @@
 <p>Nie posiadasz żadnych półek. Jeśli chcesz, możesz utworzyć półkę poniżej.</p>
 {% endif %}
 <hr />
-<form action="{% url catalogue.views.new_set %}" method="POST" accept-charset="utf-8" class="cuteform">
+<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>
 </ol>
+</form>
\ No newline at end of file