Changes between Initial Version and Version 1 of Ticket #32997, comment 7
- Timestamp:
- Aug 11, 2021, 7:46:16 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32997, comment 7
initial v1 22 22 def custom_page_not_found(request, exception, template_name='404.html'): 23 23 try: 24 page_not_found(request, exception, template_name)24 return page_not_found(request, exception, template_name) 25 25 except: 26 26 logger.exception("ERROR OCCURRED")