Skip to content

Commit

Permalink
acad procedure error corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhatsuman committed Apr 21, 2024
1 parent 348f350 commit 22ae8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FusionIIIT/applications/academic_procedures/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def academic_procedures_student(request):
except Exception as e:
final_registered_courses = None
final_registered_course_show = None
# drop_courses_options = None
drop_courses_options = None
add_courses_options = None
replace_courses_options = None

Expand Down

0 comments on commit 22ae8c0

Please sign in to comment.