more options for left panel
This commit is contained in:
@@ -11,12 +11,33 @@ workflowmiddlepanel = (
|
||||
('panel_summary.html','Summary'),
|
||||
)
|
||||
|
||||
defaultmiddle = ['panel_statcharts.html',
|
||||
'flexthumbnails.html',
|
||||
'panel_summary.html']
|
||||
|
||||
workflowleftpanel = (
|
||||
('panel_editbuttons.html','Edit Links'),
|
||||
('panel_stats.html','Stats'),
|
||||
('panel_staticchart.html','Create Static Charts')
|
||||
('panel_navigationheader.html','Navigation Header'),
|
||||
('panel_editbuttons.html','Edit Workout Button'),
|
||||
('panel_advancededit.html','Advanced Workout Edit Button'),
|
||||
('panel_editintervals.html','Edit Intervals Button'),
|
||||
('panel_stats.html','Workout Statistics Button'),
|
||||
('panel_staticchart.html','Create Static Charts Buttons'),
|
||||
('panel_geekyheader.html','Geeky Header'),
|
||||
('panel_editwind.html','Edit Wind Data'),
|
||||
('panel_editstream.html','Edit Stream Data'),
|
||||
('panel_otwpower.html','Run OTW Power Calculations')
|
||||
)
|
||||
|
||||
defaultleft = [
|
||||
'panel_navigationheader.html',
|
||||
'panel_editbuttons.html',
|
||||
'panel_advancededit.html',
|
||||
'panel_editintervals.html'
|
||||
'panel_stats.html',
|
||||
'panel_staticchart.html',
|
||||
]
|
||||
|
||||
|
||||
def absolute(request):
|
||||
urls = {
|
||||
'ABSOLUTE_ROOT': request.build_absolute_uri('/')[:-1].strip("/"),
|
||||
|
||||
Reference in New Issue
Block a user