From c3d485a609ac48487391b1e676087035d3ddbae6 Mon Sep 17 00:00:00 2001 From: Vik Paruchuri Date: Wed, 20 Feb 2013 13:33:17 -0500 Subject: [PATCH 1/2] Fix error message --- common/lib/xmodule/xmodule/peer_grading_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/peer_grading_module.py b/common/lib/xmodule/xmodule/peer_grading_module.py index a321374c07..3f1977f78f 100644 --- a/common/lib/xmodule/xmodule/peer_grading_module.py +++ b/common/lib/xmodule/xmodule/peer_grading_module.py @@ -395,7 +395,7 @@ class PeerGradingModule(XModule): #This is a dev_facing_error log.exception("Error saving calibration grade, location: {0}, submission_id: {1}, submission_key: {2}, grader_id: {3}".format(location, submission_id, submission_key, grader_id)) #This is a student_facing_error - return self._err_response('') + return self._err_response('There was an error saving your score. Please notify course staff.') def peer_grading(self, get=None): ''' From 8b5f088eb96347e2ff9c637651784973dc8aad10 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Wed, 20 Feb 2013 16:43:13 -0500 Subject: [PATCH 2/2] studio - fixed alignment of new section field and controls --- cms/static/sass/_courseware.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/cms/static/sass/_courseware.scss b/cms/static/sass/_courseware.scss index f2bd25c601..45ea111b6f 100644 --- a/cms/static/sass/_courseware.scss +++ b/cms/static/sass/_courseware.scss @@ -498,6 +498,7 @@ input.courseware-unit-search-input { } &.new-section { + header { height: auto; @include clearfix(); @@ -506,6 +507,15 @@ input.courseware-unit-search-input { .expand-collapse-icon { visibility: hidden; } + + .item-details { + padding: 25px 0 0 0; + + .section-name { + float: none; + width: 100%; + } + } } }