We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e39d6 commit 6ffadacCopy full SHA for 6ffadac
labapp/app/templates/base.html
@@ -17,6 +17,7 @@
17
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
18
<link href="/static/custom.css" rel="stylesheet">
19
20
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
21
<script src="/static/helpers.js"></script>
22
</head>
23
<body>
0 commit comments