-
-
Notifications
You must be signed in to change notification settings - Fork 813
Closed
Labels
Milestone
Description
This mechanism is not documented:
Lines 1119 to 1129 in 30b98e4
| templates = ["500.html"] | |
| if status != 500: | |
| templates = ["{}.html".format(status)] + templates | |
| info.update( | |
| { | |
| "ok": False, | |
| "error": message, | |
| "status": status, | |
| "title": title, | |
| } | |
| ) |
Reactions are currently unavailable