Changes between Initial Version and Version 1 of Ticket #25045


Ignore:
Timestamp:
Jul 1, 2015, 5:36:29 PM (9 years ago)
Author:
simon9999
Comment:

pasted in the wrong custom_handler() - now corrected

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25045 – Description

    initial v1  
    1616]
    1717
    18 def custom_handler(request):
     18def custom_handler(request, template_name='404.html'):
    1919    print '---->>>> got to here!'
    2020    raise Exception
Back to Top