fixing idoklad issue
This commit is contained in:
@@ -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