fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added view tagged_object_list to newtagging app and refactored catalogue.views.tagged...
[wolnelektury.git]
/
templates
/
catalogue
/
book_sets.html
diff --git
a/templates/catalogue/book_sets.html
b/templates/catalogue/book_sets.html
index
7e7b3d3
..
1b87c12
100644
(file)
--- a/
templates/catalogue/book_sets.html
+++ b/
templates/catalogue/book_sets.html
@@
-9,5
+9,7
@@
{% endif %}
<hr />
<form action="{% url catalogue.views.new_set %}" method="POST" accept-charset="utf-8" class="cuteform">
{% endif %}
<hr />
<form action="{% url catalogue.views.new_set %}" method="POST" accept-charset="utf-8" class="cuteform">
- <p>{{ new_set_form.name }} <input type="submit" value="Dodaj zestaw"/></p>
+<ol>
+ <li>{{ new_set_form.name }} <input type="submit" value="Dodaj zestaw"/></li>
+</ol>
</form>
\ No newline at end of file
</form>
\ No newline at end of file