Skip to content

Commit

Permalink
Build custom 403 error page
Browse files Browse the repository at this point in the history
  • Loading branch information
np5 committed Mar 20, 2021
1 parent bf941ba commit aa44fcd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
class Command(BaseCommand):
help = 'Build custom error pages'
errors = (
(403, "Forbidden"),
(404, "Not Found"),
(500, "Internal Server Error"),
(502, "Bad Gateway"),
Expand Down

0 comments on commit aa44fcd

Please sign in to comment.