Skip to content
Snippets Groups Projects
Commit 22fffe21 authored by Julian Rother's avatar Julian Rother
Browse files

Fixed regression introduced by 570430ef

parent e81c6b50
Branches
No related tags found
No related merge requests found
...@@ -81,7 +81,6 @@ from db import query, modify, show, searchquery ...@@ -81,7 +81,6 @@ from db import query, modify, show, searchquery
from template_helper import * from template_helper import *
from mail import notify_mods, notify_admins from mail import notify_mods, notify_admins
from ldap import ldapauth from ldap import ldapauth
from legacy import legacy_index
from scheduler import sched_func from scheduler import sched_func
def render_endpoint(endpoint, flashtext=None, **kargs): def render_endpoint(endpoint, flashtext=None, **kargs):
...@@ -146,6 +145,8 @@ def genlive_new(lectures): ...@@ -146,6 +145,8 @@ def genlive_new(lectures):
'file_size': 0, 'formats': hls_format, 'lecture_id': lecture['id']}) 'file_size': 0, 'formats': hls_format, 'lecture_id': lecture['id']})
return res return res
from legacy import legacy_index
@app.route('/') @app.route('/')
@register_navbar('Home', icon='home') @register_navbar('Home', icon='home')
def index(): def index():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment