From: Magnus Hagander Date: Mon, 1 Apr 2024 17:19:03 +0000 (+0200) Subject: Remove bootstrap/jquery javascript from template.jinja base X-Git-Url: http://git.postgresql.org/gitweb/static/%7B%7Bpgdulink%28?a=commitdiff_plain;h=af1b5563a4749d8c9727e631541bb8281eea0199;p=pgeu-web.git Remove bootstrap/jquery javascript from template.jinja base These are not used in upstream anymore. Note that this template is pretty much never used as it's only loaded for conferences that don't have a skin at all. But it should be kept reasonably up to date. --- diff --git a/template.jinja/base.html b/template.jinja/base.html index 46b585b..3e290f8 100644 --- a/template.jinja/base.html +++ b/template.jinja/base.html @@ -53,8 +53,6 @@ - {{asset("js", "jquery3")}} - {{asset("js", "bootstrap4")}} {%block pagescript%}{%endblock%}