Index: /webmanagement/project_request/forms.py =================================================================== --- /webmanagement/project_request/forms.py (revision 118) +++ /webmanagement/project_request/forms.py (revision 148) @@ -18,5 +18,5 @@ owner = forms.CharField(required=True, help_text="ONID of the primary point of contact for administrative information.") email = forms.EmailField(required=True, label="Owner Email", help_text="Email address for the primary contact person.") - 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") + 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.") 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")