X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2f1c330e555c24deb17b7d6018b59c52dab7aafd..a652bbb45f118f38a3688680c527e31d726ed7a8:/wolnelektury/templates/catalogue/user_shelves.html diff --git a/wolnelektury/templates/catalogue/user_shelves.html b/wolnelektury/templates/catalogue/user_shelves.html index 44517c550..7f6ce5538 100644 --- a/wolnelektury/templates/catalogue/user_shelves.html +++ b/wolnelektury/templates/catalogue/user_shelves.html @@ -1,4 +1,4 @@ -<h2>Moje póÅki</h2> +<h2>Twoje póÅki z lekturami</h2> {% if shelves %} <ul class="shelf-list"> {% for shelf in shelves %} @@ -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> + <li>{{ new_set_form.name }} <input type="submit" value="Utwórz póÅkÄ"/></li> </ol> +</form> \ No newline at end of file