app/projrev/views/helpers/forms.py
changeset 38 3cb38edbe05f
parent 30 94fe7fe7394d
child 39 e7880a8f7e04
--- a/app/projrev/views/helpers/forms.py	Mon Aug 10 17:18:07 2009 +0530
+++ b/app/projrev/views/helpers/forms.py	Mon Aug 10 19:38:53 2009 +0530
@@ -27,8 +27,8 @@
 
     # fields in the Project that must not appear in the form, but have
     # be automatically generated.
-    fields = ('line_item', 'institution', 'state', 
-              'district', 'mobile_num', 'fax_num')
+    fields = ('title', 'line_item', 'institution', 'address', 'city',
+              'pin_code', 'state', 'district', 'mobile_num', 'fax_num')
 
 
 class ReviewForm(forms.ModelForm):