Browse code

Add some more api error handling situations

Benjamin Roth authored on19/06/2023 17:18:55
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,13 @@
1
+{% extends '@Contao/block_unsearchable' %}
2
+
3
+{% block content %}
4
+
5
+    <div class="message info">
6
+        Wir initialisieren das Bewerbungsformular. Einen Augenblick bitte...
7
+    </div>
8
+
9
+    <script>
10
+        setTimeout(() => { document.location.reload(); }, 4000);
11
+    </script>
12
+
13
+{% endblock %}