mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 08:43:10 +00:00
pep8 space
This commit is contained in:
parent
b5b4e5dee1
commit
81e37bbf7c
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ urlpatterns += [
|
|||
url(r'^userbar/moderation/(\d+)/$', userbar.for_moderation, name='wagtailadmin_userbar_moderation'),
|
||||
]
|
||||
|
||||
|
||||
# Import additional urlpatterns from any apps that define a register_admin_urls hook
|
||||
for fn in hooks.get_hooks('register_admin_urls'):
|
||||
urls = fn()
|
||||
|
|
|
|||
Loading…
Reference in a new issue