You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a config directive to the toolbar app called something like config.add_debugtoolbar_header_code which constructs a list of functions that are executed each time the toolbar.dbtmako is rendered.
Move all static assets (js and css) to the <head> of the toolbar to make the order of operations here simpler.
Update toolbar.dbmako to iterate the header functions and invoke them making sure to unescape the output. The functions can return things like <script ... or <link ....
The text was updated successfully, but these errors were encountered:
Add a config directive to the toolbar app called something like
config.add_debugtoolbar_header_code
which constructs a list of functions that are executed each time thetoolbar.dbtmako
is rendered.Move all static assets (js and css) to the
<head>
of the toolbar to make the order of operations here simpler.Update
toolbar.dbmako
to iterate the header functions and invoke them making sure to unescape the output. The functions can return things like<script ...
or<link ...
.The text was updated successfully, but these errors were encountered: