Private
Public Access
1
0

plan chart

This commit is contained in:
2024-04-13 20:09:37 +02:00
parent 5d8968fc5f
commit 21eca6c7d0
4 changed files with 20 additions and 19 deletions

View File

@@ -3569,7 +3569,7 @@ def rower_trainingplan_execution_view(request,
else: # pragma: no cover
data, message = get_execution_report(r, startdate, enddate)
if not data.empty:
if not data.is_empty():
script, div = interactive_planchart(data, startdate, enddate)
else: # pragma: no cover
script = ''