mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed <span> nesting in technical 500 template.
This commit is contained in:
parent
20debf01bd
commit
4fe486520f
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@
|
|||
{% endif %}
|
||||
{% if frames %}
|
||||
<div id="traceback">
|
||||
<h2>Traceback <span class="commands">{% if not is_email %}<a href="#" onclick="return switchPastebinFriendly(this);">
|
||||
<h2>Traceback{% if not is_email %} <span class="commands"><a href="#" onclick="return switchPastebinFriendly(this);">
|
||||
Switch to copy-and-paste view</a></span>{% endif %}
|
||||
</h2>
|
||||
<div id="browserTraceback">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue