Private
Public Access
1
0

improving long step description

This commit is contained in:
Sander Roosendaal
2021-03-23 15:11:22 +01:00
parent da5611005a
commit a7b46ed28d
3 changed files with 38 additions and 65 deletions

View File

@@ -2365,7 +2365,7 @@ def plannedsession_view(request,id=0,userid=0):
steps = ''
if ps.steps:
d = ps.steps
steps = ps_dict_get_description_html(d)
steps = ps_dict_get_description_html(d,short=False)
return render(request,'plannedsessionview.html',