diff --git a/server.py b/server.py index 5b31facd94a598b502a7abfa6c525181b29d578b..e295dd444290631d24164a0e7862de091ee41016 100644 --- a/server.py +++ b/server.py @@ -270,7 +270,9 @@ tabs = { 'deleted', 'time_publish', 'time_expire'], ['created_by', 'time_created', 'time_updated']), 'featured': ('featured', 'id', ['title', 'text', 'internal', 'visible', 'deleted'], - ['created_by', 'time_created', 'time_updated']) + ['created_by', 'time_created', 'time_updated']), + 'auth': ('auth', 'auth_id', ['auth_type', 'auth_user', 'auth_passwd'], + ['auth_id', 'course_id', 'lecture_id', 'video_id']) } @app.route('/edit', methods=['GET', 'POST'])