fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changen class name of .standard-form to .cuteform.
[wolnelektury.git]
/
templates
/
catalogue
/
book_sets.html
diff --git
a/templates/catalogue/book_sets.html
b/templates/catalogue/book_sets.html
index
6ee2a70
..
7e7b3d3
100644
(file)
--- a/
templates/catalogue/book_sets.html
+++ b/
templates/catalogue/book_sets.html
@@
-1,6
+1,6
@@
{% if book %}
<h2>Zestawy zawierające utwór {{ book.title }}</h2>
{% if book %}
<h2>Zestawy zawierające utwór {{ book.title }}</h2>
-<form action="{% url catalogue.views.book_sets book.slug %}" method="POST" accept-charset="utf-8" class="
simple-
form">
+<form action="{% url catalogue.views.book_sets book.slug %}" method="POST" accept-charset="utf-8" class="
cute
form">
<ol>
<li>{{ form.set_ids }}</li>
<li><input type="submit" value="Zapisz zestawy"/></li>
<ol>
<li>{{ form.set_ids }}</li>
<li><input type="submit" value="Zapisz zestawy"/></li>
@@
-8,6
+8,6
@@
</form>
{% endif %}
<hr />
</form>
{% endif %}
<hr />
-<form action="{% url catalogue.views.new_set %}" method="POST" accept-charset="utf-8" class="
simple-
form">
+<form action="{% url catalogue.views.new_set %}" method="POST" accept-charset="utf-8" class="
cute
form">
<p>{{ new_set_form.name }} <input type="submit" value="Dodaj zestaw"/></p>
</form>
\ No newline at end of file
<p>{{ new_set_form.name }} <input type="submit" value="Dodaj zestaw"/></p>
</form>
\ No newline at end of file