Remove old version.
[wolnelektury.git] / src / social / templates / social / sets_form.html
diff --git a/src/social/templates/social/sets_form.html b/src/social/templates/social/sets_form.html
deleted file mode 100755 (executable)
index 05f8e43..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-{% load i18n %}
-{% load ssi_csrf_token from ssify %}
-<h1>{{ title }}</h1>
-
-<form action="{% url 'social_unlike_book' view_kwargs.slug %}" method="post" accept-charset="utf-8"
-      class="cuteform{% if placeholdize %} hidelabels{% endif %}">
-  {% ssi_csrf_token %}
-  <input type="submit" value="{% trans "Remove from my shelf" %}"/>
-</form>
-
-<form action="{{ request.get_full_path }}" method="post" accept-charset="utf-8"
-      class="cuteform{% if placeholdize %} hidelabels{% endif %}">
-  {% ssi_csrf_token %}
-  <ol>
-    <div id="id___all__"></div>
-    {{ form.as_ul }}
-    <li><input type="submit" value="{{ submit }}"/></li>
-  </ol>
-</form>