Changeset c49fbe2
- Timestamp:
- Jul 2, 2010, 11:30:29 PM (15 years ago)
- Branches:
- master, fysm-4-1, space-access, stable, stage, test-hooks
- Children:
- 07aa6da
- Parents:
- dbaeedf
- git-author:
- Alex Dehnert <adehnert@…> (07/02/10 23:30:29)
- git-committer:
- Alex Dehnert <adehnert@…> (07/02/10 23:30:29)
- Location:
- asadb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/forms/views.py
rdbaeedf rc49fbe2 191 191 body=body, 192 192 from_email='asa-fysm@mit.edu', 193 to=[group_obj.officer_email, ],193 to=[group_obj.officer_email, request.user.email, ], 194 194 bcc=['asa-fysm-submissions@mit.edu', ] 195 195 ) -
asadb/template/fysm/update_email.txt
r869f620 rc49fbe2 23 23 Thanks, 24 24 {{ sender }} 25 26 P.S. Please check the recipients of this message. If {{group.officer_email}} is not your group's officers' list, please have your president, treasurer, or a financial signatory contact asa-exec@mit.edu so that we can update the ASA Database and ensure that you receive important announcements from the ASA. 25 27 {% endautoescape %}
Note: See TracChangeset
for help on using the changeset viewer.