Changeset d90059c
- Timestamp:
- Aug 2, 2012, 2:27:05 AM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 95f612b
- Parents:
- 8f46374
- git-author:
- Alex Dehnert <adehnert@…> (08/02/12 02:27:05)
- git-committer:
- Alex Dehnert <adehnert@…> (08/02/12 02:27:05)
- File:
-
- 1 edited
-
asadb/groups/diffs.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/diffs.py
rb2cee30 rd90059c 214 214 215 215 216 # Note: this isn't actually used (but might have some utility in telling what 217 # should be diffed) 216 218 diff_fields = { 217 219 'name' : [ update_asa_exec, ], … … 221 223 } 222 224 225 # This is used, OTOH 223 226 def build_callbacks(): 224 227 callbacks = [] 225 228 callbacks.append(StaticMailCallback( 226 fields=['name', 'abbreviation', 'officer_email', 'constitution_url', ], 229 fields=[ 230 'name', 'abbreviation', 231 'officer_email', 'group_email', 'athena_locker', 232 'website_url', 'constitution_url', 233 'activity_category', 'group_class', 'group_status', 'group_funding', 234 'advisor_name', 235 'num_undergrads', 'num_grads', 'num_community', 'num_other', 236 'main_account_id', 'funding_account_id', 237 ], 227 238 address='asa-admin@mit.edu', 228 239 template='groups/diffs/asa-update-mail.txt',
Note: See TracChangeset
for help on using the changeset viewer.