Where do I find the horizon login url view?
Hi there, I am looking at the horizon's template code at "horizon/templates/auth/_login.html" and there's a form action that redirects to a url named login, as:
:{% block form_action %}{% url login %}{% endblock %}
I have some django knowledge, but I'm having a hard time to find the urls.py that have the named URL login, and hence the corresponding python view of the url.
Thanks,
PS: the code is from git master.