X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e259433948fefe70e35092769540a39a389e8019..e0611b29453531f662d873890d5ab44b340a8856:/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 index c465ab992..f448ad220 100755 --- a/apps/social/templates/social/my_shelf.html +++ b/apps/social/templates/social/my_shelf.html @@ -12,4 +12,8 @@ {% 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." %} + {# 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 %} {% endblock %}