From a2d47f0af8cb71bd1de99b6b6ac7f692d7952a8f Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Thu, 28 Oct 2021 06:17:43 +0000 Subject: [PATCH] No need to load d3 or jquery for these templates. Commit ready for merge. - Legacy-Id: 19482 --- ietf/templates/doc/document_html.html | 4 +--- ietf/templates/doc/htmlized_base.html | 9 +-------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/ietf/templates/doc/document_html.html b/ietf/templates/doc/document_html.html index 1d9a74905..72a0d8b58 100644 --- a/ietf/templates/doc/document_html.html +++ b/ietf/templates/doc/document_html.html @@ -7,8 +7,6 @@ {% block pagehead %} - - {% endblock %} {% block morecss %} @@ -100,4 +98,4 @@ } // --> -{% endblock %} +{% endblock %} \ No newline at end of file diff --git a/ietf/templates/doc/htmlized_base.html b/ietf/templates/doc/htmlized_base.html index f602cdada..bdddf6b13 100644 --- a/ietf/templates/doc/htmlized_base.html +++ b/ietf/templates/doc/htmlized_base.html @@ -149,13 +149,6 @@ - {% comment %} - - - {% endcomment %} - - {% block js %}{% endblock %} - - + \ No newline at end of file