Changes between Initial Version and Version 1 of Ticket #32997, comment 7


Ignore:
Timestamp:
Aug 11, 2021, 7:46:16 AM (3 years ago)
Author:
jooadam

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32997, comment 7

    initial v1  
    2222def custom_page_not_found(request, exception, template_name='404.html'):
    2323    try:
    24         page_not_found(request, exception, template_name)
     24        return page_not_found(request, exception, template_name)
    2525    except:
    2626        logger.exception("ERROR OCCURRED")
Back to Top