X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..1afad6da84bb328ea3b397e4e4ac2dbd3c596152:/src/wolnelektury/templates/user_actions.html?ds=inline diff --git a/src/wolnelektury/templates/user_actions.html b/src/wolnelektury/templates/user_actions.html index 28ea5e726..4cdf76598 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,33 @@ {% 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 %} + +{% if not request.user.membership %} + Wspieram! +{% endif %}