Improve error handling for settings. Instead of failing with an exception, an alert is displayed on the main page when something isn't set properly.

This commit is contained in:
2018-11-09 13:40:48 +02:00
parent f3814ec281
commit 0a2d62b001
7 changed files with 112 additions and 31 deletions

View File

@ -3,6 +3,8 @@
{% block body %}
{% include 'YtManagerApp/index_errors_banner.html' %}
<h1>Hello</h1>
<h2>Please log in to continue</h2>