fix: join batch, removed code revision, redirects for other pages if batch missing
This commit is contained in:
@@ -3,4 +3,5 @@ from . import utils
|
||||
|
||||
def get_context(context):
|
||||
utils.get_common_context(context)
|
||||
print(context.members[0].bio)
|
||||
if not context.batch:
|
||||
utils.redirect_to_lesson(context.course)
|
||||
|
||||
Reference in New Issue
Block a user