upload form now allowing direct uploads between 1MB & 10 MB
This commit is contained in:
@@ -65,7 +65,7 @@ class DocumentsForm(forms.Form):
|
||||
def __init__(self, *args, **kwargs):
|
||||
from django.forms.widgets import HiddenInput
|
||||
super(DocumentsForm, self).__init__(*args, **kwargs)
|
||||
self.fields['offline'].widget = HiddenInput()
|
||||
# self.fields['offline'].widget = HiddenInput()
|
||||
|
||||
from utils import (
|
||||
workflowleftpanel,workflowmiddlepanel,
|
||||
|
||||
Reference in New Issue
Block a user