summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templ/base.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templ/base.tpl b/templ/base.tpl
index c96f2a9..7e42630 100644
--- a/templ/base.tpl
+++ b/templ/base.tpl
@@ -7,7 +7,7 @@
<title>{{block "title" .}}Kosten{{end}}</title>
<link href="/static/custom.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
- <script defer src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
{{block "head" .}}{{end}}
</head>
<body>