Private
Public Access
1
0

duplicates concept

This commit is contained in:
Sander Roosendaal
2018-11-14 09:50:38 +01:00
parent 0211bfc866
commit 779a07c96b
4 changed files with 33 additions and 7 deletions

View File

@@ -3380,6 +3380,11 @@ def addmanual_view(request):
rankingpiece = form.cleaned_data['rankingpiece']
except KeyError:
rankingpiece = False
try:
duplicate = form.cleaned_data['duplicate']
except KeyError:
duplicate = False
if private:
privacy = 'private'
@@ -3403,6 +3408,7 @@ def addmanual_view(request):
avghr=avghr,
rankingpiece=rankingpiece,
avgpwr=avgpwr,
duplicate=duplicate,
avgspm=avgspm,
title = name,
notes=notes,