Changeset 148
- Timestamp:
- 11/24/08 15:03:20 (7 months ago)
- Files:
-
- webmanagement/project_request/forms.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
webmanagement/project_request/forms.py
r118 r148 18 18 owner = forms.CharField(required=True, help_text="ONID of the primary point of contact for administrative information.") 19 19 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.") 21 21 22 22 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")

