mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 00:33:17 +00:00
pep8 fix
This commit is contained in:
parent
5cd83f0216
commit
bdc13c9ca8
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ from wagtail.wagtailcore import hooks
|
|||
from wagtail.wagtailcore.models import Page, PageRevision, get_navigation_menu_items
|
||||
from wagtail.wagtailcore.signals import page_published
|
||||
|
||||
|
||||
@permission_required('wagtailadmin.access_admin')
|
||||
def explorer_nav(request):
|
||||
return render(request, 'wagtailadmin/shared/explorer_nav.html', {
|
||||
|
|
|
|||
Loading…
Reference in a new issue