Make the discussion board responsive

LEARNER-1923
This commit is contained in:
Andy Armstrong
2017-10-16 15:39:32 -04:00
parent 80126fc79f
commit d18022bb5d
49 changed files with 314 additions and 178 deletions

View File

@@ -108,6 +108,13 @@ class CourseTab(object):
"""
raise NotImplementedError()
@property
def uses_bootstrap(self):
"""
Returns true if this tab is rendered with Bootstrap.
"""
return False
def get(self, key, default=None):
"""
Akin to the get method on Python dictionary objects, gracefully returns the value associated with the