Private
Public Access
1
0

faster strava sync

This commit is contained in:
Sander Roosendaal
2020-03-01 17:36:06 +01:00
parent 08f644c3fc
commit e559710756
5 changed files with 13 additions and 14 deletions

View File

@@ -1,10 +1,5 @@
from rowers.views.statements import *
# Export workout to TCX and send to user's email address
@permission_required('workout.change_workout',fn=get_workout_by_opaqueid,raise_exception=True)
def workout_tcxemail_view(request,id=0):