stars and tags instead of shelves, move to social app
[wolnelektury.git] / apps / social / templates / social / my_shelf.html
1 {% extends "base.html" %}
2 {% load i18n %}
3 {% load catalogue_tags %}
4
5 {% block titleextra %}{% trans "My shelf" %}{% endblock %}
6
7 {% block logout %}/{% endblock %}
8
9 {% block body %}
10
11     <h1>{% trans "My shelf" %}</h1>
12
13     {% work_list books %}
14
15 {% endblock %}