stars and tags instead of shelves, move to social app
[wolnelektury.git] / apps / social / templates / social / sets_form.html
1 {% load i18n %}
2 <h1>{{ title }}</h1>
3
4 <form action="{% url social_unlike_book view_kwargs.slug %}" method="post" accept-charset="utf-8" class="cuteform">
5     <input type="submit" value="{% trans "Remove from my shelf" %}"/>
6 </form>
7
8 <form action="{{ request.get_full_path }}" method="post" accept-charset="utf-8" class="cuteform">
9 <ol>
10     <div id="id___all__"></div>
11     {{ form.as_ul }}
12     <li><input type="submit" value="{{ submit }}"/></li>
13 </ol>
14 </form>