Private
Public Access
1
0

adding fitness

This commit is contained in:
2025-05-27 20:50:04 +02:00
parent 9613952763
commit cea3cde6ef
6 changed files with 67 additions and 13 deletions

View File

@@ -4257,12 +4257,12 @@ def currentweekplan_view(request):
},
{
'url': reverse('currentweekplan_view'),
'name': "Next week"
'name': "Current week"
},
]
return render(request,
'loadnextweek.html',
'loadcurrentweek.html',
{'rower': r,
'form': form,
'active': active,