X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/575e58df64c98b53edca9fb6a29b284dbc375609..62d83af2cafb15b3940311cf305a30d489909d95:/apps/funding/templates/funding/offer_list.html diff --git a/apps/funding/templates/funding/offer_list.html b/apps/funding/templates/funding/offer_list.html index 6114e377c..26f6a47bb 100755 --- a/apps/funding/templates/funding/offer_list.html +++ b/apps/funding/templates/funding/offer_list.html @@ -1,29 +1,31 @@ {% extends "base.html" %} {% load url from future %} +{% load i18n %} {% load funding_tags %} -{% block titleextra %}Funding{% endblock %} +{% block titleextra %}{% trans "Support Wolne Lektury" %}{% endblock %} {% block body %} -

Funding!

+

{% trans "Support Wolne Lektury" %}

- {% endblock %}