Changeset 148

Show
Ignore:
Timestamp:
11/24/08 15:03:20 (7 months ago)
Author:
gallardj
Message:

Fixes #2818. Fixed a typo that was left behind after changing 'individual' to 'recreational'

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • webmanagement/project_request/forms.py

    r118 r148  
    1818    owner = forms.CharField(required=True, help_text="ONID of the primary point of contact for administrative information.") 
    1919    email = forms.EmailField(required=True, label="Owner Email", help_text="Email address for the primary contact person.") 
    20     purpose = forms.ChoiceField(widget=forms.Select(attrs={'onchange':'javascript:CheckChange(value);'}), required=True, choices=models.PURPOSE_OPTIONS, initial='I', help_text="If this project is for research, department, or a class project, select one of the other options, else just leave as individual") 
     20    purpose = forms.ChoiceField(widget=forms.Select(attrs={'onchange':'javascript:CheckChange(value);'}), required=True, choices=models.PURPOSE_OPTIONS, initial='I', help_text="If this project is for research, department, or a class project, select one of the other options, else just leave as recreational.") 
    2121 
    2222    dept = forms.CharField(required=False, label="Department name", help_text="The department (i.e. CS, HDFS, WR, etc) you are taking a class in that this project is used for")