summaryrefslogtreecommitdiff
path: root/website/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'website/forms.py')
-rwxr-xr-xwebsite/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/forms.py b/website/forms.py
index a08c9ee..5631d46 100755
--- a/website/forms.py
+++ b/website/forms.py
@@ -144,7 +144,7 @@ class ProposalForm(forms.ModelForm):
)
abstract = forms.CharField(widget= forms.HiddenInput(),required=False, label='')
proposal_type = forms.CharField(
- widget=forms.HiddenInput(), label='', initial='ABSTRACT', required=False)
+ widget=forms.HiddenInput(), label='', initial='PAPER', required=False)
duration = forms.ChoiceField(widget=forms.Select(attrs={'readonly': True}), choices=abs_duration, required=True)
#duration = forms.ChoiceField(choices=abs_duration, widget=forms.ChoiceField(attrs={'readonly': True}),