Add a nicer response for TimeoutError

This commit is contained in:
Timotej Lazar 2023-07-07 10:15:02 +02:00
parent 6b72316076
commit dd607dbddd
6 changed files with 28 additions and 3 deletions

6
web/templates/busy.html Normal file
View file

@ -0,0 +1,6 @@
{% extends 'base.html' %}
{% block content %}
<p>
Strežnik je zaseden, poskusite znova pozneje.
{% endblock %}