|
|
@ -15,7 +15,8 @@ class ProjectForm(ModelForm): |
|
|
|
|
|
|
|
class Meta: |
|
|
|
model = Project |
|
|
|
exclude = ('pid', 'granted', 'granted_date', 'realname', 'email', 'end_mail_send', 'survey_mail_send') |
|
|
|
exclude = ('pid', 'granted', 'granted_date', 'realname', 'email',\ |
|
|
|
'end_mail_send', 'survey_mail_send', 'status', 'persons') |
|
|
|
widgets = {'start': AdminDateWidget(), |
|
|
|
'end': AdminDateWidget(),} |
|
|
|
|
|
|
|