Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #30: Implement Custom Error Pages #154

Closed
wants to merge 1 commit into from

Conversation

vimalMK
Copy link

@vimalMK vimalMK commented Nov 3, 2022

Signed-off-by: Vimal K vimalinfo10@gmail.com

Description

  • Implement Custom Error Pages
  • Collaterally fixed footer alignment to center of page.

Screenshots

Error Page looks like:
image

IMPORTANT NOTE:

settings.py should be having these changes for the custom error pages to work. If DEBUG = TRUE ,it means DEV ENV and custom pages will not work.

DEBUG = FALSE
COMPRESS_ENABLED = os.environ.get('COMPRESS_ENABLED', False)'

Issues Resolved

Closes #30

Testing Browser

  • Chrome
  • Microsoft Edge
  • Mozilla Firefox

Check List

Commits are signed per the DCO using --signoff

Signed-off-by: Vimal K <vimalinfo10@gmail.com>
Bossesoneroom
Bossesoneroom approved these changes Nov 20, 2022
@williamdes williamdes self-assigned this Aug 15, 2023
@williamdes williamdes removed the request for review from ibennetch August 15, 2023 17:23
@williamdes
Copy link
Member

I am closing this one as this is not really the expected feature in the end. Thank you for working on this task

@williamdes williamdes closed this Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Custom Error Pages
3 participants