Skip to content

Commit ae151ea

Browse files
committed
Enabling html-formatting in logger panel
1 parent 119874f commit ae151ea

File tree

1 file changed

+1
-1
lines changed
  • debug_toolbar/templates/debug_toolbar/panels

1 file changed

+1
-1
lines changed

debug_toolbar/templates/debug_toolbar/panels/logger.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<td>{{ record.level }}</td>
1717
<td>{{ record.time|date:"h:i:s m/d/Y" }}</td>
1818
<td>{{ record.channel|default:"-" }}</td>
19-
<td>{{ record.message }}</td>
19+
<td>{{ record.message|linebreaksbr }}</td>
2020
<td>{{ record.file }}:{{ record.line }}</td>
2121
</tr>
2222
{% endfor %}

0 commit comments

Comments
 (0)