Aman Agrawal
96dee2b987
portico_error_pages: Collect zerver error pages into a folder.
...
Tested `link_does_not_exist.html`, `404.html` and `unsupported_browser`
pages render correctly.
2024-06-05 09:06:44 -07:00
Aman Agrawal
c6c8e831f8
portico_error_page: Apply `error` class to all the error pages.
...
This helps us control the CSS applied to the elements outside the
content scope of `portico_error_page.html`.
2024-06-04 09:41:34 -07:00
Aman Agrawal
dd70110166
templates: Use a common template for error pages.
2024-06-04 09:41:34 -07:00
sanchi-t
0a626f5e3c
csrf_failure: Update error page.
...
Switches from Django's default error page to Zulip standard error
template. Also updates template for 405 error code to not use the 404
art.
Fixes #25626 .
2024-01-10 09:49:24 -08:00