Skip to content

Commit

Permalink
[toc2] Make toc2 template inherits from nbextensions template, as men…
Browse files Browse the repository at this point in the history
…tioned in ipython-contrib#847
  • Loading branch information
jfbercher committed Feb 1, 2017
1 parent cb4a65b commit f1dfd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jupyter_contrib_nbextensions/templates/toc2.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{%- extends 'full.tpl' -%}
{%- extends 'nbextensions.tpl' -%}


{%- block header -%}
Expand Down

0 comments on commit f1dfd60

Please sign in to comment.