X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..dbe0a80a192f561f29f917cd741b78329834a89f:/src/wolnelektury/templates/user_actions.html diff --git a/src/wolnelektury/templates/user_actions.html b/src/wolnelektury/templates/user_actions.html index 28ea5e726..7b9ea2dae 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,14 +12,14 @@ {% 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ę" %}
  • @@ -33,8 +33,8 @@ {% else %} {% endif %}