bugfix notes field intervaleditor
This commit is contained in:
@@ -8191,7 +8191,7 @@ def workout_summary_edit_view(request,id,message="",successmessage=""
|
|||||||
#intervalstats = rowdata.allstats()
|
#intervalstats = rowdata.allstats()
|
||||||
if s:
|
if s:
|
||||||
try:
|
try:
|
||||||
row.notes += u'{n} \n {s}'.format(
|
row.notes = u'{n} \n {s}'.format(
|
||||||
n = row.notes,
|
n = row.notes,
|
||||||
s = s
|
s = s
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user