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.