Fix in admin
This commit is contained in:
parent
d3035415f8
commit
8217c950d5
1 changed files with 2 additions and 2 deletions
|
|
@ -61,9 +61,9 @@ if hasattr(config, 'admin_folder'):
|
|||
admin_folder=config.admin_folder
|
||||
|
||||
@admin_app.get('/home', name="admin_app.home_admin")
|
||||
def home_admin(session=Session()):
|
||||
def home_admin():
|
||||
|
||||
return t.load_template('layout.phtml', title=_('Admin'), module_selected='home_admin', session=session)
|
||||
return t.load_template('layout.phtml', title=_('Admin'), module_selected='home_admin')
|
||||
|
||||
|
||||
@app.get(admin_folder)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue