diff --git a/templates/main.html b/templates/main.html index 1c7b1e2..3b13d92 100644 --- a/templates/main.html +++ b/templates/main.html @@ -135,7 +135,10 @@ {% endif %} {% endif %} -

Udostępnione i publiczne listy innych użytkowników

+ +

{% if current_user.is_authenticated %}Udostępnione i publiczne listy innych użytkowników {% else %} Publiczne listy innych użytkowników {% endif %}

+ + {% set lists_to_show = accessible_lists %} {% if lists_to_show %}