X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..43946f0f9b1254d0b2ad76d72fd8c7a7fcb6106c:/src/wolnelektury/templates/user_actions.html?ds=sidebyside diff --git a/src/wolnelektury/templates/user_actions.html b/src/wolnelektury/templates/user_actions.html index 28ea5e726..1a804f18f 100644 --- a/src/wolnelektury/templates/user_actions.html +++ b/src/wolnelektury/templates/user_actions.html @@ -1,4 +1,4 @@ -{% load static %} +{% load i18n static %} {% if request.user.is_authenticated %} @@ -12,29 +12,32 @@ {% if request.user.is_staff %} -
  • Administracja
  • -
  • Edycja
  • +
  • {% trans "Administracja" %}
  • +
  • {% trans "Edytuj" %}
  • {% endif %} {% if request.user.membership %} -
  • Wspierasz Wolne Lektury, dziękujemy!
  • +
  • {% trans "Wspierasz Wolne Lektury, dziękujemy!" %}
  • {% endif %} -
  • Wyloguj się
  • +
  • {% trans "Wyloguj się" %}
  • - {% if request.user.is_staffs %} + {% if request.user.is_staff %} {% elif request.user.membership %} {% else %} {% endif %} - + {% else %} {% endif %} + +Wspieram! +