Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra committed Nov 7, 2024
1 parent eb66197 commit 3192720
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion threagile-builder/src/threagile_builder/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{% block title %} {% endblock %}</title>
<link href="https://cdn.jsdelivr.net/npm/simple-datatables@latest/dist/style.css" rel="stylesheet" type="text/css">
<!-- JQuery required by BlockMirror Editor -->
<script
src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
Expand Down Expand Up @@ -293,6 +294,7 @@
<div class="content">{% block content %} {% endblock %}</div>
<hr />
{% include 'messages.html' %}
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/flowbite.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/flowbite.min.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/simple-datatables@latest" type="text/javascript"></script>
</body>
</html>

0 comments on commit 3192720

Please sign in to comment.