From 8db96abb183f01b821d1ef1f88f2ed83cc51199c Mon Sep 17 00:00:00 2001 From: ichuang Date: Thu, 17 Jan 2013 03:50:06 +0000 Subject: [PATCH] conditional_module.html --- lms/templates/conditional_module.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lms/templates/conditional_module.html diff --git a/lms/templates/conditional_module.html b/lms/templates/conditional_module.html new file mode 100644 index 0000000000..6405e33068 --- /dev/null +++ b/lms/templates/conditional_module.html @@ -0,0 +1,9 @@ +<% + from django.core.urlresolvers import reverse + reqm = module.required_modules[0] + course_id = module.system.course_id +%> + +

Sorry, you must complete ${reqm.display_name} +before this is visible.