Add in a comment

This commit is contained in:
Vik Paruchuri
2013-03-29 13:57:16 -04:00
parent 5aa357938d
commit b8e6c94dd6

View File

@@ -6,6 +6,8 @@ from django.core.urlresolvers import reverse
import copy
DIRECT_ONLY_CATEGORIES = ['course', 'chapter', 'sequential', 'about', 'static_tab', 'course_info']
#In order to instantiate an open ended tab automatically, need to have this data
OPEN_ENDED_PANEL = {"name" : "Open Ended Panel", "type" : "open_ended"}
def get_modulestore(location):