Skip to content

Instantly share code, notes, and snippets.

@ojii
Created April 13, 2010 18:53
Show Gist options
  • Select an option

  • Save ojii/364931 to your computer and use it in GitHub Desktop.

Select an option

Save ojii/364931 to your computer and use it in GitHub Desktop.
--- toolbar.html 2010-04-13 20:24:13.000000000 +0200
+++ toolbar_fix.html 2010-04-13 20:24:34.000000000 +0200
@@ -901,7 +901,7 @@
{% if auth %}
{% if has_change_permission %}<li><a href="{% url admin:cms_page_change page.pk %}"><span class="cms_toolbar_icon_padeadmin">Icon</span>{% trans "Page Settings" %}</a></li>
<!--li><a href="#"><span class="cms_toolbar_icon_pageunpublish">Icon</span>Unpublish Page</a></li-->
- <li><a href="{% url pages-root %}{% url admin:cms_page_history page.pk %}"><span class="cms_toolbar_icon_history">{% trans "history" %}</span>{% trans "View History" %}</a></li>
+ <li><a href="{% url admin:cms_page_history page.pk %}"><span class="cms_toolbar_icon_history">{% trans "history" %}</span>{% trans "View History" %}</a></li>
{% endif %}
{% endif %}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment