We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83df71 commit a388a4dCopy full SHA for a388a4d
NEWS
@@ -4,6 +4,8 @@ News for django-debug-toolbar
4
develop
5
-------
6
7
+* Added print style to hide the toolbar (issue 90)
8
+
9
* Fixed "Badly formatted SQL query plan" (issue 86)
10
11
* Fixed "SQL not selectable due to line chart" (issue 85)
debug_toolbar/templates/debug_toolbar/base.html
@@ -1,4 +1,5 @@
1
{% load i18n %}
2
+<style type="text/css">@media print { #djDebug {display:none;}}</style>
3
<script type="text/javascript">
// <![CDATA[
var DEBUG_TOOLBAR_MEDIA_URL = "{{ DEBUG_TOOLBAR_MEDIA_URL }}";
0 commit comments