Code layout change.
[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
deleted file mode 100755 (executable)
index c465ab9..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-{% 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 %}