diff --git a/www/conservancy/apps/assignment/forms.py b/www/conservancy/apps/assignment/forms.py index e2c390ff5f1311e68e2c7a857ef4f591963551b7..a55f07a9895f980dc5df3c49147b0a55daac23fb 100644 --- a/www/conservancy/apps/assignment/forms.py +++ b/www/conservancy/apps/assignment/forms.py @@ -37,7 +37,6 @@ class AssignmentForm(forms.ModelForm): agreement_terms = forms.CharField( widget=forms.Textarea(attrs={'readonly': 'readonly'}), initial=TERMS, - help_text='Please be aware that some employment agreements explicitly transfer copyright ownership to the employer. We recommend you review your recent employment agreements for such clauses.', ) def __init__(self, *args, **kwargs):