X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..ddf2102eff7ea420a4ea5144c43409587fc1156e:/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 old mode 100755 new mode 100644 index f448ad220..140551201 --- a/src/social/templates/social/my_shelf.html +++ b/src/social/templates/social/my_shelf.html @@ -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 %} +

{% trans "My shelf" %}

-

{% trans "My shelf" %}

+ {% 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 %}