From deffa188ff9b9e44a543739f16f98f96834eba55 Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Wed, 2 Jan 2013 09:43:21 -0500 Subject: [PATCH] Fix some minor problems and add new key for peer grading. --- lms/envs/dev.py | 7 +++++++ lms/templates/peer_grading/peer_grading.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lms/envs/dev.py b/lms/envs/dev.py index 0ad42f67d3..058c67fa4d 100644 --- a/lms/envs/dev.py +++ b/lms/envs/dev.py @@ -110,6 +110,13 @@ STAFF_GRADING_INTERFACE = { 'password': 'abcd', } +################################# Peer grading config ##################### + +PEER_GRADING_INTERFACE = { + 'url': 'http://127.0.0.1:3033/peer_grading', + 'username': 'lms', + 'password': 'abcd', + } ################################ LMS Migration ################################# MITX_FEATURES['ENABLE_LMS_MIGRATION'] = True MITX_FEATURES['ACCESS_REQUIRE_STAFF_FOR_COURSE'] = False # require that user be in the staff_* group to be able to enroll diff --git a/lms/templates/peer_grading/peer_grading.html b/lms/templates/peer_grading/peer_grading.html index 19753c7ad4..0254d4cd67 100644 --- a/lms/templates/peer_grading/peer_grading.html +++ b/lms/templates/peer_grading/peer_grading.html @@ -15,7 +15,7 @@
-
+