fix(ui): update login link to include registration
Updated the login link to include "Login / Register" and point to the new 'login' view instead of 'send_login_email'. This change improves user experience by clarifying the login process and emphasizing registration availability.
This commit is contained in:
parent
e53d7e3bc2
commit
e2fddf8052
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
</li>
|
||||
{% else %}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="{% url 'send_login_email' %}">Login</a>
|
||||
<a class="nav-link" href="{% url 'login' %}">Login / Register</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue