Changeset 5c68184 for asadb/forms
- Timestamp:
- Sep 15, 2011, 3:45:10 PM (14 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- b1a8ea7
- Parents:
- bd72d5c
- git-author:
- Alex Dehnert <adehnert@…> (09/15/11 15:39:43)
- git-committer:
- Alex Dehnert <adehnert@…> (09/15/11 15:45:10)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/forms/views.py
rbd72d5c r5c68184 285 285 to=[request_obj.group_email, ], 286 286 cc=[request_obj.officer_email, ], 287 #bcc=['asa-db-outgoing@mit.edu', ],287 bcc=['asa-db-outgoing@mit.edu', ], 288 288 ) 289 289 email.send() … … 305 305 from_email=request.user.email, 306 306 to=[request_obj.officer_email, ], 307 #bcc=['asa-db-outgoing@mit.edu', ],307 bcc=['asa-db-outgoing@mit.edu', ], 308 308 ) 309 309 email.send()
Note: See TracChangeset
for help on using the changeset viewer.