Ignore:
Timestamp:
Oct 12, 2011, 9:52:19 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
ce7fd92
Parents:
4260e2c
git-author:
Alex Dehnert <adehnert@…> (10/12/11 21:52:19)
git-committer:
Alex Dehnert <adehnert@…> (10/12/11 21:52:19)
Message:

Disable escaping in membership emails (Trac: #32)

Location:
asadb/template/membership
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/membership/anti-hazing.txt

    r185fde1 r43434f6  
     1{% autoescape off %}
    12{% if update.email_preface %}{{update.email_preface}}
    23--
     
    7475
    7576The Massachusetts Institute of Technology is committed to the principle of equal opportunity in education and employment. The Institute does not discriminate against individuals on the basis of race, color, sex, sexual orientation, gender identity, religion, disability, age, genetic information, veteran status, ancestry, or national or ethnic origin in the administration of its educational policies, admissions policies, employment policies, scholarship and loan programs, and other Institute administered programs and activities, but may favor US citizens or residents in admissions and financial aid.
     77{% endautoescape %}
  • asadb/template/membership/submit-confirm-email.txt

    r2e7b393 r43434f6  
     1{% autoescape off %}
    12{{submitter.first_name}} {{submitter.last_name}} submitted the following membership information for {{group.name}}.
    23
     
    2223Membership list:
    2324{{update.membership_list}}
     25{% endautoescape %}
Note: See TracChangeset for help on using the changeset viewer.