From 136a220f0740b938c1ca2fb0d0e86ca5385948b3 Mon Sep 17 00:00:00 2001 From: Ed Date: Mon, 19 Dec 2022 22:09:24 +0100 Subject: [PATCH] Now ticket download retries automatically if it's not ready --- tpl/error.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tpl/error.html b/tpl/error.html index 72b3e05..d5c6267 100644 --- a/tpl/error.html +++ b/tpl/error.html @@ -4,5 +4,9 @@

{{exception.status_code}}

{{exception}}

+ {% if exception.status_code == 409 %} +

Retrying in 1 second...

+ + {% endif %}
{% endblock %}