site url to share button
This commit is contained in:
@@ -156,6 +156,7 @@ def workout_video_view(request,id=''):
|
||||
'locked': True,
|
||||
'metricsform':metricsform,
|
||||
'metricsgroups': metricsgroups,
|
||||
'siteurl': settings.SITE_URL,
|
||||
})
|
||||
|
||||
|
||||
@@ -265,6 +266,7 @@ def workout_video_create_view(request,id=0):
|
||||
'metrics':metrics,
|
||||
'metricsgroups': metricsgroups,
|
||||
'locked': False,
|
||||
'siteurl': settings.SITE_URL,
|
||||
})
|
||||
|
||||
# Show the EMpower Oarlock generated Stroke Profile
|
||||
|
||||
Reference in New Issue
Block a user