Changeset 984dca1 for asadb/forms
- Timestamp:
- Jul 7, 2012, 5:21:46 AM (13 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 80d29a1
- Parents:
- cbdbd1f
- git-author:
- Alex Dehnert <adehnert@…> (07/07/12 05:21:46)
- git-committer:
- Alex Dehnert <adehnert@…> (07/07/12 05:21:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/forms/models.py
rcbdbd1f r984dca1 16 16 join_url = models.URLField(verbose_name="recruiting URL", help_text="""<p>If you have a specific web page for recruiting new members of your group, you can link to it here. It will be used as the destination for most links about your group (join link on the main listing page and when clicking on the slide, but not the "website" link on the slide page). If you do not have such a page, use your main website's URL.</p>""") 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 description = models.TextField(help_text="Explain in about three or four sentences what your group does and why incoming freshmen should get involved. Do not use more than 400 characters.")18 description = models.TextField(help_text="Explain, in no more than 400 characters, what your group does and why incoming students should get involved.") 19 19 logo = models.ImageField(upload_to='fysm/logos', blank=True, ) 20 20 slide = models.ImageField(upload_to='fysm/slides', default="", help_text="Upload a slide to display on the group detail page. This will be scaled to be at most 600x600 pixels. We recommend making it exactly that size.")
Note: See TracChangeset
for help on using the changeset viewer.