Adjust breadcrumb label for lemonauth:login to match other labels

This commit is contained in:
Danielle McLean 2017-10-25 00:55:38 +11:00
parent 3b3bec8814
commit 492ba744fc
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 1 additions and 1 deletions

View File

@ -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',