Skip to content

Added customization for error pages

Luis Aleixo requested to merge feature/error_pages into master

As the title describes, added a dedicated template for the error pages.

  • 404 error - when the page is not found:

Screenshot_2023-04-13_at_16.28.14

  • any other error code - when there is an error when running the simulations:

Screenshot_2023-04-13_at_16.29.29

These modifications will allow any other theme to customise the error pages.

The Bootstrap button colors were modified to consider the CAiMIRA banner color (rgb(42, 52, 66))

Note: updated mypy pin not to consider the latest releases (from https://github.com/python/mypy/releases/tag/v1.1.1)

Edited by Luis Aleixo

Merge request reports