From d2258bcfc5e756661d9b53ed04ab78606bd9b18e Mon Sep 17 00:00:00 2001 From: Kumar Appaiah Date: Tue, 31 Jul 2018 09:56:57 +0530 Subject: Fix spelling error: choosen to chosen --- yaksh/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yaksh/views.py') diff --git a/yaksh/views.py b/yaksh/views.py index ecd7efd..2ff8d5c 100644 --- a/yaksh/views.py +++ b/yaksh/views.py @@ -2451,7 +2451,7 @@ def design_module(request, module_id, course_id=None): learning_module = LearningModule.objects.get(id=module_id) if request.method == "POST": if "Add" in request.POST: - add_values = request.POST.get("choosen_list").split(',') + add_values = request.POST.get("chosen_list").split(',') to_add_list = [] if add_values: ordered_units = learning_module.get_learning_units() -- cgit