Fix: add app.py for gunicorn, error handling in route
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
{% else %}
|
||||
<div class="empty">
|
||||
<i data-lucide="alert-circle" style="width: 24px; height: 24px; color: var(--muted);"></i>
|
||||
<p>Организация не найдена. Проверьте токен и стенд.</p>
|
||||
<p>{% if error %}Ошибка: {{ error }}{% else %}Организация не найдена.{% endif %}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user