Changeset a2315e6 for asadb/forms


Ignore:
Timestamp:
May 24, 2010, 8:30:09 PM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, fysm-4-1, space-access, stable, stage, test-hooks
Children:
07caee0
Parents:
1fbe127
git-author:
Alex Dehnert <adehnert@…> (05/24/10 20:30:09)
git-committer:
Alex Dehnert <adehnert@…> (05/24/10 20:30:09)
Message:

Mention snapshots in join_url help text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/forms/models.py

    r0265c6d ra2315e6  
    1414    year = models.IntegerField()
    1515    website = models.URLField()
    16     join_url = models.URLField(help_text="If you have a specific web page for students interested in joining your group, you can link to it here. If you leave this blank it will default to your website.")
     16    join_url = models.URLField(help_text="If you have a specific web page for students interested in joining your group, you can link to it here. This page will be snapshotted daily, and displayed on your group's FYSM detail page. It should first update in the next fifteen minutes.")
    1717    contact_email = models.EmailField(help_text="Give an address for students interested in joining the group to email (e.g., an officers list)")
    1818    description = models.TextField(help_text="Explain in about three or four sentences what your group does and why incoming freshmen should get involved.")
Note: See TracChangeset for help on using the changeset viewer.