Add in a staff warning message about duplicates

This commit is contained in:
Vik Paruchuri
2013-08-29 13:11:04 -04:00
parent 5658e6bc22
commit a6068201e1
3 changed files with 12 additions and 2 deletions

View File

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