Renamed feature setting 'DISPLAY_HISTOGRAMS_TO_STAFF' to 'DISPLAY_DEBUG_INFO_TO_STAFF' to better communicate its purpose.

Default is True.

LMS-1199
This commit is contained in:
Usman Khalid
2014-02-03 18:34:01 +05:00
parent 409e6e572a
commit f6d7cb5065
4 changed files with 60 additions and 15 deletions

View File

@@ -147,7 +147,7 @@ def grade_histogram(module_id):
return grades
def add_histogram(user, block, view, frag, context): # pylint: disable=unused-argument
def add_staff_debug_info(user, block, view, frag, context): # pylint: disable=unused-argument
"""
Updates the supplied module with a new get_html function that wraps
the output of the old get_html function with additional information