Ignore:
Timestamp:
Jun 13, 2010, 5:36:17 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, fysm-4-1, space-access, stable, stage, test-hooks
Children:
18f99a1
Parents:
14df8a6
git-author:
Alex Dehnert <adehnert@…> (06/13/10 05:36:17)
git-committer:
Alex Dehnert <adehnert@…> (06/13/10 05:36:17)
Message:

Clarify description and name of join_url

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/forms/models.py

    r3400018 r46abe8c  
    1414    year = models.IntegerField()
    1515    website = models.URLField()
    16     join_url = models.URLField(help_text="""<p>If you have a specific web page for students interested in joining 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>""")
     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>""")
    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.