duplicates concept
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user