aboutsummaryrefslogtreecommitdiff
path: root/templates/layout.html
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-04-18 19:37:51 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-04-18 19:37:51 +0200
commit37b769491028a86d697e8d18be09b6e0c1046046 (patch)
tree04c874f3b82afd81f2c9b27fd4b164e46711ce98 /templates/layout.html
parent02670ba6a60af8db1818d6d3adaafc7810d14689 (diff)
downloadguichet-37b769491028a86d697e8d18be09b6e0c1046046.tar.gz
guichet-37b769491028a86d697e8d18be09b6e0c1046046.zip
WIP templates
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 0a887ce..3f9851d 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -14,5 +14,7 @@
<hr />
{{template "body" .}}
</div>
+ <script src="/static/javascript/jquery.slim.min.js"></script>
+ <script src="/static/javascript/bootstrap.bundle.min.js"></script>
</body>
</html>