I encountered a navbar error while working on my Django Project. After adding a few script tags, the navbar started to move down but did not return back to its original position. It worked fine before. By commenting out some script tags, it began to work again, so I am uncertain about what exactly is needed. Below is the HTML code. Thank you.
It seems like there might be a need to include some JavaScript files, but what exactly needs to be added is my main question.
<!DOCTYPE html>
<html lang="en">
<head>
{% load staticfiles %}
<title>Cricket Management</title>
...
</head>
<body>
<header>
...
<footer class="text-muted">
...
</footer>
</html>