File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 {% block scripts %}{% endblock %}
4242 <!-- Bootstrap JS -->
4343 < script src ="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js " integrity ="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj " crossorigin ="anonymous "> </ script >
44- < script src ="https://cdn.jsdelivr.net/npm/popper.js@1.16.1 /dist/umd/popper.min.js " integrity ="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN " crossorigin ="anonymous "> </ script >
45- < script src ="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2 /dist/js/bootstrap.min.js " integrity ="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+ " crossorigin ="anonymous "> </ script >
44+ < script src ="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2 /dist/umd/popper.min.js " integrity ="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB " crossorigin ="anonymous "> </ script >
45+ < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3 /dist/js/bootstrap.min.js " integrity ="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13 " crossorigin ="anonymous "> </ script >
4646 </ body >
4747</ html >
Original file line number Diff line number Diff line change 2020</ style >
2121{% if user.is_authenticated %}
2222< li class ="nav-item dropdown ">
23- < a class ="nav-link dropdown-toggle " href ="# " id ="navbarDropdown " role ="button " data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
23+ < a class ="nav-link dropdown-toggle " href ="# " id ="navbarDropdown " role ="button " data-bs- toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
2424 < i class ="icon icon-user "> </ i >
2525 < span > {{ user.get_username }}</ span >
2626 < span class ="sr-only "> Toggle Dropdown</ span >
You can’t perform that action at this time.
0 commit comments