fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Prevented one form of DoS attack by limiting number of tags in query to 6.
[wolnelektury.git]
/
wolnelektury
/
templates
/
catalogue
/
user_shelves.html
diff --git
a/wolnelektury/templates/catalogue/user_shelves.html
b/wolnelektury/templates/catalogue/user_shelves.html
index
44517c5
..
7f6ce55
100644
(file)
--- a/
wolnelektury/templates/catalogue/user_shelves.html
+++ b/
wolnelektury/templates/catalogue/user_shelves.html
@@
-1,4
+1,4
@@
-<h2>
Moje półk
i</h2>
+<h2>
Twoje półki z lekturam
i</h2>
{% if shelves %}
<ul class="shelf-list">
{% for shelf in shelves %}
{% 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 />
<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>
<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>
</ol>
+</form>
\ No newline at end of file