fixing idoklad issue
This commit is contained in:
@@ -147,7 +147,7 @@ def create_contact(rower):
|
||||
|
||||
if res.status_code not in [200, 201]:
|
||||
dologging('idoklad.log','Contact Created - reason '+str(res.reason)+'\n')
|
||||
_ = myqueue.enqueue(
|
||||
_ = myqueue(
|
||||
queuehigh, handle_send_email_noinvoice,
|
||||
rower.user.email,
|
||||
rower.user.first_name,
|
||||
|
||||
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
Binary file not shown.
1
rowers/views/.#apiviews.py
Symbolic link
1
rowers/views/.#apiviews.py
Symbolic link
@@ -0,0 +1 @@
|
||||
sander@rowsandall-2.17364:1733469196
|
||||
@@ -429,12 +429,6 @@ def rower_exportsettings_view(request, userid=0):
|
||||
}
|
||||
if form.is_valid():
|
||||
cd = form.cleaned_data
|
||||
if r.rowerplan == 'basic': # pragma: no cover
|
||||
messages.error(
|
||||
request, 'This setting will only be effective if you are a user \
|
||||
on one of the <a href="/rowers/paidplans">paid plans</a> \
|
||||
or part of a coaching group.')
|
||||
|
||||
for attr, value in cd.items():
|
||||
doset = True
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user