forked from 00dani/lemoncurry
Enable breadcrumb support, use it on the login view
This commit is contained in:
parent
c210650ca7
commit
84a34c89e7
7 changed files with 57 additions and 3 deletions
|
@ -1,5 +1,8 @@
|
|||
from django.shortcuts import get_object_or_404, render
|
||||
from users.models import User
|
||||
from lemoncurry import breadcrumbs
|
||||
|
||||
breadcrumbs.add('home:index', 'home')
|
||||
|
||||
|
||||
def index(request):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue