Merge pull request #16249 from edx/andya/responsive-discussions
Make the discussion board responsive
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user