-<h2>Moje półki</h2>
+<h2>Twoje półki z lekturami</h2>
 {% if shelves %}
 <ul class="shelf-list">
 {% for shelf in shelves %}
 <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>
+    <li>{{ new_set_form.name }} <input type="submit" value="Utwórz półkę"/></li>
 </ol>
+</form>
\ No newline at end of file