use html5 placeholder and hide labels,
[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"
5         class="cuteform{% if placeholdize %} hidelabels{% endif %}">
6     <input type="submit" value="{% trans "Remove from my shelf" %}"/>
7 </form>
8
9 <form action="{{ request.get_full_path }}" method="post" accept-charset="utf-8" class="cuteform">
10 <ol>
11     <div id="id___all__"></div>
12     {{ form.as_ul }}
13     <li><input type="submit" value="{{ submit }}"/></li>
14 </ol>
15 </form>