Skip to content

Commit

Permalink
Fixed styling issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rutvikrj26 committed Aug 6, 2024
1 parent a539962 commit 0630a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physionet-django/training/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def current_module_block(request, training_slug, module_order, order):
Handles the display and progression of a user's current module block in a training course.
This view performs the following tasks:
- Retrieves the course, module, course progress, and module progress based on the provided training slug and module order.
- Retrieves the course, module, course progress, and module progress based on the provided input.
- Ensures the requested order is within the valid range of the module's content and quizzes.
- Handles POST requests to update the user's progress when they complete a quiz or content block.
- Redirects the user to the appropriate next block or module upon completion.
Expand Down

0 comments on commit 0630a93

Please sign in to comment.