Redirect from form-sent page.
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 14 Sep 2023 09:35:13 +0000 (11:35 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 14 Sep 2023 09:35:13 +0000 (11:35 +0200)
src/funding/locale/de/LC_MESSAGES/django.po
src/funding/locale/en/LC_MESSAGES/django.po
src/funding/locale/es/LC_MESSAGES/django.po
src/funding/locale/fr/LC_MESSAGES/django.po
src/funding/locale/it/LC_MESSAGES/django.po
src/funding/locale/lt/LC_MESSAGES/django.po
src/funding/locale/ru/LC_MESSAGES/django.po
src/funding/locale/uk/LC_MESSAGES/django.po
src/funding/templates/funding/offer_list.html
src/wolnelektury/templates/forms/form_sent.html

index 3b79d8b..3ad72fc 100644 (file)
@@ -313,6 +313,7 @@ msgid ""
 msgstr ""
 
 #: funding/templates/funding/offer_detail.html:15
+#: funding/templates/funding/offer_list.html:7
 msgid "Zbiórki"
 msgstr ""
 
@@ -350,7 +351,7 @@ msgstr ""
 msgid "Wpłaty"
 msgstr ""
 
-#: funding/templates/funding/offer_list.html:15
+#: funding/templates/funding/offer_list.html:17
 msgid "filtry, tytuł"
 msgstr ""
 
index 2c8969d..8afd7bd 100644 (file)
@@ -353,6 +353,7 @@ msgstr ""
 "or try to use a different payment method."
 
 #: funding/templates/funding/offer_detail.html:15
+#: funding/templates/funding/offer_list.html:7
 msgid "Zbiórki"
 msgstr "Fundraisers"
 
@@ -390,7 +391,7 @@ msgstr ""
 msgid "Wpłaty"
 msgstr ""
 
-#: funding/templates/funding/offer_list.html:15
+#: funding/templates/funding/offer_list.html:17
 msgid "filtry, tytuł"
 msgstr "filters, title"
 
index 3b79d8b..3ad72fc 100644 (file)
@@ -313,6 +313,7 @@ msgid ""
 msgstr ""
 
 #: funding/templates/funding/offer_detail.html:15
+#: funding/templates/funding/offer_list.html:7
 msgid "Zbiórki"
 msgstr ""
 
@@ -350,7 +351,7 @@ msgstr ""
 msgid "Wpłaty"
 msgstr ""
 
-#: funding/templates/funding/offer_list.html:15
+#: funding/templates/funding/offer_list.html:17
 msgid "filtry, tytuł"
 msgstr ""
 
index 73839e0..887a744 100644 (file)
@@ -313,6 +313,7 @@ msgid ""
 msgstr ""
 
 #: funding/templates/funding/offer_detail.html:15
+#: funding/templates/funding/offer_list.html:7
 msgid "Zbiórki"
 msgstr ""
 
@@ -350,7 +351,7 @@ msgstr ""
 msgid "Wpłaty"
 msgstr ""
 
-#: funding/templates/funding/offer_list.html:15
+#: funding/templates/funding/offer_list.html:17
 msgid "filtry, tytuł"
 msgstr ""
 
index 3b79d8b..3ad72fc 100644 (file)
@@ -313,6 +313,7 @@ msgid ""
 msgstr ""
 
 #: funding/templates/funding/offer_detail.html:15
+#: funding/templates/funding/offer_list.html:7
 msgid "Zbiórki"
 msgstr ""
 
@@ -350,7 +351,7 @@ msgstr ""
 msgid "Wpłaty"
 msgstr ""
 
-#: funding/templates/funding/offer_list.html:15
+#: funding/templates/funding/offer_list.html:17
 msgid "filtry, tytuł"
 msgstr ""
 
index 5a7ad5c..bbe19d8 100644 (file)
@@ -315,6 +315,7 @@ msgid ""
 msgstr ""
 
 #: funding/templates/funding/offer_detail.html:15
+#: funding/templates/funding/offer_list.html:7
 msgid "Zbiórki"
 msgstr ""
 
@@ -352,7 +353,7 @@ msgstr ""
 msgid "Wpłaty"
 msgstr ""
 
-#: funding/templates/funding/offer_list.html:15
+#: funding/templates/funding/offer_list.html:17
 msgid "filtry, tytuł"
 msgstr ""
 
index 1e4bb80..af31968 100644 (file)
@@ -355,6 +355,7 @@ msgid ""
 msgstr ""
 
 #: funding/templates/funding/offer_detail.html:15
+#: funding/templates/funding/offer_list.html:7
 msgid "Zbiórki"
 msgstr ""
 
@@ -392,7 +393,7 @@ msgstr ""
 msgid "Wpłaty"
 msgstr ""
 
-#: funding/templates/funding/offer_list.html:15
+#: funding/templates/funding/offer_list.html:17
 msgid "filtry, tytuł"
 msgstr ""
 
index d17e553..8402ccf 100644 (file)
@@ -316,6 +316,7 @@ msgid ""
 msgstr ""
 
 #: funding/templates/funding/offer_detail.html:15
+#: funding/templates/funding/offer_list.html:7
 msgid "Zbiórki"
 msgstr ""
 
@@ -353,7 +354,7 @@ msgstr ""
 msgid "Wpłaty"
 msgstr ""
 
-#: funding/templates/funding/offer_list.html:15
+#: funding/templates/funding/offer_list.html:17
 msgid "filtry, tytuł"
 msgstr ""
 
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 %}
 
 
index f34383d..2212da6 100644 (file)
 
 {% block body %}
    <h1>{{ form.title }}</h1>
-   <p>{{ form.response }}</p>
+   <p id="form-response">{{ form.response|safe }}</p>
+{% endblock %}
+
+{% block extrabody %}
+  <script type="text/javascript">
+   (function() {
+       let $a = $("#form-response a");
+       if ($a.length) {
+           setTimeout(() => {
+               window.location.href = $a.attr('href');
+           }, 5000);
+       }
+   })();
+  </script>
 {% endblock %}