summaryrefslogtreecommitdiff
path: root/django/views/templates/technical_500.html
diff options
context:
space:
mode:
Diffstat (limited to 'django/views/templates/technical_500.html')
-rw-r--r--django/views/templates/technical_500.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/django/views/templates/technical_500.html b/django/views/templates/technical_500.html
index a0f65eb162..c09f09a19b 100644
--- a/django/views/templates/technical_500.html
+++ b/django/views/templates/technical_500.html
@@ -133,6 +133,12 @@
<td><span class="fname">{{ lastframe.filename }}</span>, line {{ lastframe.lineno }}, in {{ lastframe.function }}</td>
</tr>
{% endif %}
+{% if raising_view_name %}
+ <tr>
+ <th>Raised during:</th>
+ <td>{{ raising_view_name }}</td>
+ </tr>
+{% endif %}
<tr>
<th>Python Executable:</th>
<td>{{ sys_executable }}</td>