Changeset 80194d8 for asadb/forms
- Timestamp:
- May 14, 2010, 2:49:53 AM (15 years ago)
- Branches:
- master, fysm-4-1, iframe, space-access, stable, stage, test-hooks
- Children:
- 59e8bf3
- Parents:
- 02e5709
- git-author:
- Alex Dehnert <adehnert@…> (05/14/10 02:49:53)
- git-committer:
- Alex Dehnert <adehnert@…> (05/14/10 02:49:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/forms/models.py
rdafa3c8 r80194d8 10 10 year = models.IntegerField() 11 11 website = models.URLField() 12 join_url = models.URLField( )13 contact_email = models.EmailField( )14 description = models.TextField( )12 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.") 13 contact_email = models.EmailField(help_text="Give an address for students interested in joining the group to email (e.g., an officers list)") 14 description = models.TextField(help_text="Explain in about three or four sentences what your group does and why incoming freshmen should get involved.") 15 15 logo = models.ImageField(upload_to='fysm/logos', ) 16 16 tags = models.ManyToManyField('FYSMTag', blank=True, )
Note: See TracChangeset
for help on using the changeset viewer.