+ add custom types, modifier, comments to Web Version

This commit is contained in:
oleting
2021-01-16 20:42:17 +01:00
parent f008d160d1
commit b5ace33119
5 changed files with 14 additions and 8 deletions

View File

@@ -18,6 +18,6 @@ def error_500(error):
def error_600(error):
return render_template('errors/418.html'), 418
@errors.app_errorhandler(512)
@errors.app_errorhandler(501)
def error_600(error):
return render_template('errors/512.html'), 512
return render_template('errors/512.html'), 501