primitive version of workflow config form (not working)
This commit is contained in:
@@ -5,6 +5,18 @@ import colorsys
|
||||
|
||||
lbstoN = 4.44822
|
||||
|
||||
workflowmiddlepanel = (
|
||||
('panel_statcharts.html','Static Charts'),
|
||||
('flexthumbnails.html','Flex Charts'),
|
||||
('panel_summary.html','Summary'),
|
||||
)
|
||||
|
||||
workflowleftpanel = (
|
||||
('panel_editbuttons.html','Edit Links'),
|
||||
('panel_stats.html','Stats'),
|
||||
('panel_staticchart.html','Create Static Charts')
|
||||
)
|
||||
|
||||
def absolute(request):
|
||||
urls = {
|
||||
'ABSOLUTE_ROOT': request.build_absolute_uri('/')[:-1].strip("/"),
|
||||
|
||||
Reference in New Issue
Block a user