fixed plan creation form
This commit is contained in:
@@ -2777,7 +2777,7 @@ def rower_view_instantplan(request, id='', userid=0):
|
||||
messages.info(request, 'Your Sessions have been added')
|
||||
|
||||
url = reverse('plannedsessions_view')
|
||||
timeperiod = startdate.strftime(
|
||||
timeperiod = timezone.now().date().strftime(
|
||||
'%Y-%m-%d')+'/'+enddate.strftime('%Y-%m-%d')
|
||||
url = url+'?when='+timeperiod
|
||||
|
||||
|
||||
Reference in New Issue
Block a user