Add a nicer response for TimeoutError
This commit is contained in:
parent
6b72316076
commit
dd607dbddd
6 changed files with 28 additions and 3 deletions
6
web/templates/busy.html
Normal file
6
web/templates/busy.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<p>
|
||||
Strežnik je zaseden, poskusite znova pozneje.
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue