add error messages to Web version

This commit is contained in:
oleting
2021-01-17 13:24:42 +01:00
parent 1ab8332601
commit 56c7150e61

View File

@@ -20,4 +20,4 @@ def error_600(error):
@errors.app_errorhandler(501)
def error_600(error):
return render_template('errors/512.html'), 501
return render_template('errors/501.html'), 501