Fix settings for verification statuses on the student dashboard

This commit is contained in:
Diana Huang
2013-10-09 15:42:45 -04:00
parent ee52e0232e
commit a25e413fdb
2 changed files with 6 additions and 1 deletions

View File

@@ -418,6 +418,11 @@ MKTG_URL_LINK_MAP = {
COURSES_WITH_UNSAFE_CODE = []
################# Student Verification #################
VERIFY_STUDENT = {
"DAYS_GOOD_FOR": 365, # How many days is a verficiation good for?
}
############################## EVENT TRACKING #################################
TRACK_MAX_EVENT = 10000

View File

@@ -1023,7 +1023,7 @@ def enable_theme(theme_name):
################# Student Verification #################
VERIFY_STUDENT = {
"DAYS_GOOD_FOR" : 365, # How many days is a verficiation good for?
"DAYS_GOOD_FOR": 365, # How many days is a verficiation good for?
}
######################## CAS authentication ###########################