diff --git a/templates/show_error.html b/templates/show_error.html index bdec171..483dee4 100644 --- a/templates/show_error.html +++ b/templates/show_error.html @@ -23,7 +23,7 @@ URL: {{ request.url }}

Traceback (most recent call last)

{{ tb.render_summary(include_title=False) | safe }} -

Error in function "{{ tb.frames[-1].function_name }}": {{ last_frame_args | pprint }}

+

Error in function "{{ last_frame.function_name }}": {{ last_frame_args | pprint }}

{{ last_frame.locals | pprint }}