stars and tags instead of shelves, move to social app
[wolnelektury.git] / apps / social / templates / social / sets_form.html
diff --git a/apps/social/templates/social/sets_form.html b/apps/social/templates/social/sets_form.html
new file mode 100755 (executable)
index 0000000..eff951e
--- /dev/null
@@ -0,0 +1,14 @@
+{% load i18n %}
+<h1>{{ title }}</h1>
+
+<form action="{% url social_unlike_book view_kwargs.slug %}" method="post" accept-charset="utf-8" class="cuteform">
+    <input type="submit" value="{% trans "Remove from my shelf" %}"/>
+</form>
+
+<form action="{{ request.get_full_path }}" method="post" accept-charset="utf-8" class="cuteform">
+<ol>
+    <div id="id___all__"></div>
+    {{ form.as_ul }}
+    <li><input type="submit" value="{{ submit }}"/></li>
+</ol>
+</form>
\ No newline at end of file