Moved project files to wolnelektury directory.
[wolnelektury.git] / templates / catalogue / book_sets.html
diff --git a/templates/catalogue/book_sets.html b/templates/catalogue/book_sets.html
deleted file mode 100644 (file)
index 6ee2a70..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-{% 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">
-<ol>
-    <li>{{ form.set_ids }}</li>
-    <li><input type="submit" value="Zapisz zestawy"/></li>
-</ol>
-</form>
-{% endif %}
-<hr />
-<form action="{% url catalogue.views.new_set %}" method="POST" accept-charset="utf-8" class="simple-form">
-    <p>{{ new_set_form.name }} <input type="submit" value="Dodaj zestaw"/></p>
-</form>
\ No newline at end of file