first of segunda
This commit is contained in:
@@ -10,7 +10,7 @@ class EmailForm(forms.Form):
|
||||
subject = forms.CharField(max_length=100, required=False)
|
||||
adjunto = forms.FileField(widget=forms.ClearableFileInput(
|
||||
attrs={
|
||||
'multiple': True,
|
||||
'multiple': True,
|
||||
'accept':'application/pdf,application/vnd.ms-excel',
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user