Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2022-09-04 21:11:00 +02:00
parent 86890a8a73
commit 89b3ec5e4f
4 changed files with 11 additions and 3 deletions

View File

@@ -383,8 +383,9 @@ def rower_exportsettings_view(request, userid=0):
cd = form.cleaned_data
if r.rowerplan == 'basic': # pragma: no cover
messages.error(
request, 'These settings can only be set if you are a user" \
" on one of the <a href="/rowers/paidplans">paid plans</a>.')
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