Skip to content

Commit 837efab

Browse files
committed
Oops
1 parent 6518f86 commit 837efab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug_toolbar/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ def render_panel(request):
1616
content = "<p>%s</p>" % escape(content)
1717
else:
1818
panel = toolbar.get_panel_by_id(request.GET['panel_id'])
19-
content = panel.content()
19+
content = panel.content
2020
return HttpResponse(content)

0 commit comments

Comments
 (0)