I am working on a django project, that is using bootstrap4 and I\'m with a little problem with dropdown toggler.
The toggler only toggles the dropdown-menu after the seco
you need to use the toggle like that and assign the data-target to the drop down menu with it's id
data-target
using
data-target="#navbarDropdown"
and then assign that id to the menu
Link 1 Link 2