Fix s/LTS.ORG/1TS.ORG/.

(imported from commit 0e0a608f86e4117f24829b8f13c7236a31d556a4)
This commit is contained in:
Tim Abbott 2012-10-12 13:15:55 -04:00
parent ff065a5bb6
commit b183ced788

View file

@ -100,8 +100,8 @@ def fetch_fullname(username):
return username.split("@")[0] + " (CMU)"
if username.upper().endswith("@IASTATE.EDU"):
return username.split("@")[0] + " (IASTATE)"
if username.upper().endswith("@LTS.ORG"):
return username.split("@")[0] + " (LTS)"
if username.upper().endswith("@1TS.ORG"):
return username.split("@")[0] + " (1TS)"
if username.upper().endswith("@DEMENTIA.ORG"):
return username.split("@")[0] + " (DEMENTIA)"
if username.upper().endswith("MIT.EDU"):