Adjust breadcrumb label for lemonauth:login to match other labels
This commit is contained in:
parent
3b3bec8814
commit
492ba744fc
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
from django.contrib.auth import views as auth_views
|
||||
from lemoncurry import breadcrumbs
|
||||
|
||||
breadcrumbs.add(route='lemonauth:login', label='login', parent='home:index')
|
||||
breadcrumbs.add(route='lemonauth:login', label='log in', parent='home:index')
|
||||
|
||||
login = auth_views.LoginView.as_view(
|
||||
template_name='lemonauth/login.html',
|
||||
|
|
Loading…
Reference in a new issue