more options for left panel
This commit is contained in:
@@ -58,10 +58,11 @@ class DocumentsForm(forms.Form):
|
||||
class Meta:
|
||||
fields = ['title','file','workouttype','fileformat']
|
||||
|
||||
from utils import workflowleftpanel,workflowmiddlepanel
|
||||
from utils import (
|
||||
workflowleftpanel,workflowmiddlepanel,
|
||||
defaultleft,defaultmiddle
|
||||
)
|
||||
|
||||
defaultleft = [p[0] for p in workflowleftpanel]
|
||||
defaultmiddle = [p[0] for p in workflowmiddlepanel]
|
||||
|
||||
# Form to change Workflow page layout
|
||||
class WorkFlowLeftPanelForm(forms.Form):
|
||||
|
||||
Reference in New Issue
Block a user