mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-07-19 19:15:55 +00:00
Reorganise images in static folder
Run black
This commit is contained in:
parent
da142b2bc4
commit
76e7ec2058
15 changed files with 35 additions and 15 deletions
|
@ -50,6 +50,7 @@ def load_user(user_id):
|
|||
def error_page(err):
|
||||
if not isinstance(err, HTTPException):
|
||||
abort(500)
|
||||
|
||||
return (
|
||||
render_template(
|
||||
"error.html", error=err.code, msg=err.description, image=str(randint(1, 3))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue