Redirect from form-sent page.
[wolnelektury.git] / src / funding / templates / funding / offer_list.html
index 147e8d6..af28ec9 100644 (file)
@@ -1,9 +1,11 @@
 {% extends 'base.html' %}
+{% load i18n %}
 
 
 {% block settings %}
   {% load title %}
-  {% title 'Zbiórki' %}
+  {% trans 'Zbiórki' as title %}
+  {% title title %}
 {% endblock %}