Skip to content

Instantly share code, notes, and snippets.

@victorhooi
Created December 15, 2011 23:30
Show Gist options
  • Save victorhooi/1483483 to your computer and use it in GitHub Desktop.
Save victorhooi/1483483 to your computer and use it in GitHub Desktop.
Django-CMS HTML
<div id="cms_toolbar" class="cms_reset" style="display:none;">
<!-- start: toolbar -->
<div class="cms_toolbar">
<div id="cms_toolbar-toggle">
<a href="#" class="cms_toolbar-btn cms_toolbar-btn_left">
<span class="cms_toolbar-btn_right cms_toolbar_icon-toggle">
<span class="cms_toolbar_icon">&nbsp;</span>
</span>
</a>
</div>
<div id="cms_toolbar-toolbar">
<div class="cms_toolbar-left"></div>
<div class="cms_toolbar-right"></div>
</div>
</div>
<!-- end: toolbar -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment