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 1ae34c3..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<h2>Zestawy zawierające utwór {{ book.title }}</h2>
-{% if not user.tag_set.count %}
-    <p>Nie posiadasz żadnych zestawów. Jeśli chcesz, możesz utworzyć nowy zestaw poniżej.</p>
-{% else %}
-    <form action="{% url catalogue.views.book_sets book.slug %}" method="POST" accept-charset="utf-8" class="cuteform">
-    <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="cuteform">
-<ol>
-    <li>{{ new_set_form.name }} <input type="submit" value="Nowy zestaw"/></li>
-</ol>
-</form>
\ No newline at end of file