Merge pull request #16249 from edx/andya/responsive-discussions

Make the discussion board responsive
This commit is contained in:
Andy Armstrong
2017-10-19 17:09:47 -04:00
committed by GitHub
50 changed files with 320 additions and 177 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