Fix some staff-facing messages

This commit is contained in:
Vik Paruchuri
2013-09-05 13:16:48 -04:00
parent a6068201e1
commit 0fbbaa83d6
3 changed files with 13 additions and 2 deletions

View File

@@ -964,3 +964,11 @@ section.peer-grading-container{
}
}
}
div.staff-info{
background-color: #eee;
border-radius: 10px;
border-bottom: 1px solid lightgray;
padding: 10px;
margin: 10px 0px 10px 0px;
}

View File

@@ -387,7 +387,7 @@ class CombinedOpenEndedV1Module():
'location': self.location,
'legend_list': LEGEND_LIST,
'human_state': HUMAN_STATES.get(self.state, "Not started."),
'is_staff': self.system.user_is_staff
'is_staff': self.system.user_is_staff,
}
return context