summaryrefslogtreecommitdiff
path: root/website/forms.py
diff options
context:
space:
mode:
authorFOSSEE Git User2018-09-19 19:32:14 +0530
committerFOSSEE Git User2018-09-19 19:32:14 +0530
commit0c339382b5831f8b79e12f854000de3e4096cba4 (patch)
tree7a21deb8fba0ccdbcb8f9d8157011725871a34ee /website/forms.py
parent09b6249ea96f68c143b791741550396209e491c9 (diff)
parent53f05ddfda3f8ae7402f9b2d157f05d259bd437a (diff)
downloadnccps-2018-0c339382b5831f8b79e12f854000de3e4096cba4.tar.gz
nccps-2018-0c339382b5831f8b79e12f854000de3e4096cba4.tar.bz2
nccps-2018-0c339382b5831f8b79e12f854000de3e4096cba4.zip
Merge branch 'master' of https://github.com/FOSSEE/nccps-2018
Diffstat (limited to 'website/forms.py')
-rwxr-xr-xwebsite/forms.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/website/forms.py b/website/forms.py
index 67bfc9f..a08c9ee 100755
--- a/website/forms.py
+++ b/website/forms.py
@@ -155,6 +155,7 @@ class ProposalForm(forms.ModelForm):
)
open_to_share = forms.ChoiceField(choices=CHOICES, widget=forms.RadioSelect(), required=True,
label='I agree to publish my content',)
+ terms_and_conditions = forms.BooleanField(widget=forms.CheckboxInput(), required=True, label='I agree to the terms and conditions')
class Meta:
model = Proposal