From 6b0423791816940bffd976bc02fff6e54fbef032 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 20 Dec 2018 16:27:55 +0100 Subject: [PATCH] Include base stylesheet via link instead of style Instead of using + {%block extrahead%}{%endblock%} diff --git a/templates/docs/docspage.html b/templates/docs/docspage.html index a5ec65e3..4e19e8fb 100644 --- a/templates/docs/docspage.html +++ b/templates/docs/docspage.html @@ -18,7 +18,7 @@ {%endfor%} {%endif%} - + {%block extrahead%}{%endblock%}