cox's calls on workflow
This commit is contained in:
@@ -5,8 +5,5 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div id="id_thumbs">
|
<div id="id_thumbs">
|
||||||
<div id="id_sitready"><blockquote>
|
{{ charts | safe }}
|
||||||
<p>Sit Ready! We're counting strokes and loading data.</p>
|
|
||||||
</blockquote>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6826,12 +6826,8 @@ def workout_workflow_view(request,id):
|
|||||||
favorites = None
|
favorites = None
|
||||||
maxfav = 0
|
maxfav = 0
|
||||||
|
|
||||||
charts = []
|
charts = get_call()
|
||||||
|
|
||||||
# if favorites and 'flexthumbnails.html' in r.workflowmiddlepanel:
|
|
||||||
# charts = thumbnails_set(r,id,favorites)
|
|
||||||
# if charts[0]['script'] == '':
|
|
||||||
# charts = []
|
|
||||||
|
|
||||||
if 'panel_map.html' in r.workflowmiddlepanel and rowhascoordinates(row):
|
if 'panel_map.html' in r.workflowmiddlepanel and rowhascoordinates(row):
|
||||||
rowdata = rdata(row.csvfilename)
|
rowdata = rdata(row.csvfilename)
|
||||||
|
|||||||
Reference in New Issue
Block a user