From 704780c938530a4a38b3794cf33550a76c59b4c5 2015-04-03 01:33:09 From: Min RK Date: 2015-04-03 01:33:09 Subject: [PATCH] Backport PR #8215: add header_buttons block to page template allows easier access to adding buttons next to the logout button in custom templates. --- diff --git a/IPython/html/templates/page.html b/IPython/html/templates/page.html index 3663dff..fbaaeaa 100644 --- a/IPython/html/templates/page.html +++ b/IPython/html/templates/page.html @@ -85,6 +85,8 @@
+ {% block header_buttons %} + {% block login_widget %} @@ -97,6 +99,8 @@ {% endblock %} + {% endblock header_buttons %} + {% block headercontainer %} {% endblock %}