some fixes, after manual testing
This commit is contained in:
@@ -347,6 +347,7 @@ def workout_video_create_view(request, id=0):
|
||||
# get data
|
||||
data, metrics, maxtime = dataprep.get_video_data(
|
||||
w, groups=metricsgroups, mode=mode)
|
||||
|
||||
hascoordinates = pd.Series(data['latitude']).std() > 0
|
||||
|
||||
# create map
|
||||
@@ -377,6 +378,7 @@ def workout_video_create_view(request, id=0):
|
||||
|
||||
template = 'embedded_video.html'
|
||||
|
||||
|
||||
return render(request,
|
||||
template,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user