Fix signature for MasterView.get_index_url()
per new `mobile` kwarg
This commit is contained in:
parent
1a9a2b2d67
commit
754c086053
2 changed files with 5 additions and 5 deletions
|
@ -747,7 +747,7 @@ class MasterView(View):
|
|||
"""
|
||||
return getattr(cls, 'permission_prefix', cls.get_route_prefix())
|
||||
|
||||
def get_index_url(self, mobile=False):
|
||||
def get_index_url(self, mobile=False, **kwargs):
|
||||
"""
|
||||
Returns the master view's index URL.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue