passing tests
This commit is contained in:
@@ -2426,12 +2426,12 @@ def workout_data_view(request, id=0):
|
||||
pass
|
||||
|
||||
# pd.set_option('display.width', 1000)
|
||||
pd.set_option('colheader_justify', 'left')
|
||||
#pd.set_option('colheader_justify', 'left')
|
||||
|
||||
htmltable = datadf.to_html(
|
||||
bold_rows=True,
|
||||
show_dimensions=True,border=1,
|
||||
classes='pandastable',justify='justify'
|
||||
classes=['pandastable'],justify='justify'
|
||||
)
|
||||
|
||||
return render(request,
|
||||
|
||||
Reference in New Issue
Block a user