File diff 26ac00e8641f → 6e380dba29b3
www/conservancy/apps/assignment/forms.py
Show inline comments
...
 
@@ -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):