-
- Downloads
Create extra package for errors
Showing
- web/app/__init__.py 2 additions, 0 deletionsweb/app/__init__.py
- web/app/errors/__init__.py 5 additions, 0 deletionsweb/app/errors/__init__.py
- web/app/errors/handlers.py 42 additions, 0 deletionsweb/app/errors/handlers.py
- web/app/main/__init__.py 1 addition, 1 deletionweb/app/main/__init__.py
- web/app/templates/403.html.j2 0 additions, 7 deletionsweb/app/templates/403.html.j2
- web/app/templates/404.html.j2 0 additions, 7 deletionsweb/app/templates/404.html.j2
- web/app/templates/500.html.j2 0 additions, 7 deletionsweb/app/templates/500.html.j2
- web/app/templates/errors/403.html.j2 19 additions, 0 deletionsweb/app/templates/errors/403.html.j2
- web/app/templates/errors/404.html.j2 19 additions, 0 deletionsweb/app/templates/errors/404.html.j2
- web/app/templates/errors/413.html.j2 19 additions, 0 deletionsweb/app/templates/errors/413.html.j2
- web/app/templates/errors/500.html.j2 19 additions, 0 deletionsweb/app/templates/errors/500.html.j2
Loading
Please register or sign in to comment