stars and tags instead of shelves, move to social app
[wolnelektury.git] / apps / social / templates / social / my_shelf.html
diff --git a/apps/social/templates/social/my_shelf.html b/apps/social/templates/social/my_shelf.html
new file mode 100755 (executable)
index 0000000..c465ab9
--- /dev/null
@@ -0,0 +1,15 @@
+{% extends "base.html" %}
+{% load i18n %}
+{% load catalogue_tags %}
+
+{% block titleextra %}{% trans "My shelf" %}{% endblock %}
+
+{% block logout %}/{% endblock %}
+
+{% block body %}
+
+    <h1>{% trans "My shelf" %}</h1>
+
+    {% work_list books %}
+
+{% endblock %}