fixes
[wolnelektury.git] / src / social / templates / social / my_shelf.html
old mode 100755 (executable)
new mode 100644 (file)
index f448ad2..1405512
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "base/base.html" %}
 {% load i18n %}
 {% load catalogue_tags %}
 
@@ -7,13 +7,11 @@
 {% block logout %}/{% endblock %}
 
 {% block body %}
+  <h1>{% trans "My shelf" %}</h1>
 
-    <h1>{% trans "My shelf" %}</h1>
+  {% work_list books %}
 
-    {% work_list books %}
-
-    {% if not 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." %}
-    {# trans "Aby dodać pozycję do swojej półki, należy zaznaczyć gwiazdkę znajdującą się na stronie utworu. Po jej zaznaczeniu publikacja pojawi się w zakładce Moja półka" #}
-    {% endif %}
+  {% endif %}
 {% endblock %}