|
@ -21,7 +21,7 @@ class ProjectForm(FdbForm): |
|
|
|
|
|
|
|
|
class Meta: |
|
|
class Meta: |
|
|
model = Project |
|
|
model = Project |
|
|
exclude = ('pid', 'granted', 'granted_date', 'realname', 'email',\ |
|
|
|
|
|
|
|
|
exclude = ('pid', 'project_of_year', 'finance_id','granted', 'granted_date', 'realname', 'email',\ |
|
|
'end_mail_send', 'status', 'persons', 'survey_mail_date') |
|
|
'end_mail_send', 'status', 'persons', 'survey_mail_date') |
|
|
widgets = {'start': AdminDateWidget(), |
|
|
widgets = {'start': AdminDateWidget(), |
|
|
'end': AdminDateWidget(),} |
|
|
'end': AdminDateWidget(),} |
|
|