Skip to content

Commit

Permalink
Modified base templated
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniDiazTech committed May 26, 2021
1 parent 3bd3a7c commit 4786388
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,17 @@
<body>
{% include 'navbar.html' %}

<div class="container mt-4">
{% block body %}


{% endblock body %}

</div>

<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-p34f1UUtsS3wqzfto5wAAmdvj+osOnFyQFpp4Ua3gs/ZVWx6oOypYoCJhGGScy+8"
crossorigin="anonymous"
></script>

</body>
</html>

0 comments on commit 4786388

Please sign in to comment.