Changeset 05129a7 for asadb/forms


Ignore:
Timestamp:
Sep 19, 2011, 9:39:24 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
2e7b393
Parents:
185fde1
git-author:
Alex Dehnert <adehnert@…> (09/19/11 21:39:24)
git-committer:
Alex Dehnert <adehnert@…> (09/19/11 21:39:24)
Message:

Make the email_preface optional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/forms/models.py

    r185fde1 r05129a7  
    155155    membership_list = models.TextField(help_text="Member emails on separate lines (Athena usernames where applicable)")
    156156
    157     email_preface = models.TextField(help_text="If you would like, you may add text here that will preface the text of the policies when it is sent out to the group membership list provided above.")
     157    email_preface = models.TextField(blank=True, help_text="If you would like, you may add text here that will preface the text of the policies when it is sent out to the group membership list provided above.")
    158158
    159159    hazing_statement = "By checking this, I hereby affirm that I have read and understand Chapter 269: Sections 17, 18, and 19 of Massachusetts Law. I furthermore attest that I have provided the appropriate address or will otherwise distribute to group members, pledges, and/or applicants, copies of Massachusetts Law 269: 17, 18, 19 and that our organization, group, or team agrees to comply with the provisions of that law. (See below for text.)"
Note: See TracChangeset for help on using the changeset viewer.