bug fix
This commit is contained in:
@@ -4541,7 +4541,7 @@ def workout_upload_api(request):
|
|||||||
|
|
||||||
if r.getemailnotifications and not r.emailbounced:
|
if r.getemailnotifications and not r.emailbounced:
|
||||||
link = settings.SITE_URL+reverse(
|
link = settings.SITE_URL+reverse(
|
||||||
r.defaultlandingpage,
|
r.defaultlandingpage,
|
||||||
kwargs = {
|
kwargs = {
|
||||||
'id':encoder.encode_hex(w.id),
|
'id':encoder.encode_hex(w.id),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user