i'm new into django. I created a project named marketbook, it has a main templates directory and an app called users. Inside my app (users) i have templates folder as well with a file called login.html (templates/users/login.html. I want to link this login.html in my app to a link in my file (navbar.html) in my main templates director folder. what should be the url tag to use?
<a href="{% url 'users:login' %}" class="btn" style="color: white; background-color: #fd5e14; margin-left: 10px; "type="submit" id="header-links">Log In</a>