Enable alerts when a task succeeds.

Note: Alerts are pop-up boxes. Not sure if this is desireable, but I couldn't figure out
how to make a success message show up in the same place that error messages do.
This commit is contained in:
Sarina Canelake
2013-09-26 18:54:15 -04:00
parent 086f544a1a
commit 91d85f5c2a
2 changed files with 19 additions and 12 deletions

View File

@@ -8,6 +8,7 @@ def strip_if_string(value):
return value.strip()
return value
def get_student_from_identifier(unique_student_identifier):
"""
Gets a student object using either an email address or username.