changeset 24 | 7257b66a6766 |
parent 19 | 0c9bdcfac9f7 |
child 26 | 97bd3c28c957 |
--- a/app/projrev/views/helpers/forms.py Sun Aug 09 23:24:48 2009 +0530 +++ b/app/projrev/views/helpers/forms.py Mon Aug 10 00:06:31 2009 +0530 @@ -16,7 +16,7 @@ """Creates a form for the project. """ - document = forms.FileField(required=False) + document = forms.FileField(required=False, help_text='Select the document path from your local file system.') class Meta: # We store most of the data in Project model. So even though the