Remove old version.
[wolnelektury.git] / src / social / templates / social / my_shelf.html
diff --git a/src/social/templates/social/my_shelf.html b/src/social/templates/social/my_shelf.html
deleted file mode 100644 (file)
index 1405512..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{% extends "base/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 %}
-
-  {% if not books %}
-    {% trans "Add works to your shelf by clicking on the star on the page of the work. The work will then show up on My shelf page." %}
-  {% endif %}
-{% endblock %}