Changeset a2315e6 for asadb/forms
- Timestamp:
- May 24, 2010, 8:30:09 PM (15 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/forms/models.py
r0265c6d ra2315e6 14 14 year = models.IntegerField() 15 15 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.") 17 17 contact_email = models.EmailField(help_text="Give an address for students interested in joining the group to email (e.g., an officers list)") 18 18 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.