Skip to content

Commit

Permalink
fix debug toolbar
Browse files Browse the repository at this point in the history
Remove this hack after upgrading of debug toolbar on version > 1.4, see
jazzband/django-debug-toolbar#742.
  • Loading branch information
papousek committed Mar 3, 2016
1 parent 7edebee commit 0f56101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proso_common/templates/common_base.html
Expand Up @@ -8,6 +8,7 @@
{% js_files %}
{% block head_block %}{% endblock %}
<title>{% block title_block %}{% endblock %}</title>
<style>[hidden="hidden"][style*="display: block;"] { display: block !important; }</style>
</head>
<body>
<div id="layout">
Expand Down

0 comments on commit 0f56101

Please sign in to comment.