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 %}