Skip to content

Commit

Permalink
remove the code
Browse files Browse the repository at this point in the history
  • Loading branch information
meanderfox committed Sep 6, 2024
1 parent dcaa607 commit 500d928
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ <h2>Placement Options</h2>
'reception': false, 'artShow': false,
'charityRaffle': $("#charityRaffle").val(), 'agreeToRules': $("#agreeToRules").is(':checked'),
'breakfast': $('#breakfast').is(':checked'), 'switch': $('#switch').is(':checked'),
'buttonOffer': $('#buttonOffer').val(), 'asstbreakfast': false
'asstbreakfast': false
},
'event': '{{event}}'
};
Expand Down
2 changes: 0 additions & 2 deletions registration/views/dealers.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ def add_dealer(request):
dealer.charityRaffle = pdd["charityRaffle"]
dealer.breakfast = pdd["breakfast"]
dealer.willSwitch = pdd["switch"]
dealer.buttonOffer = pdd["buttonOffer"]
dealer.asstBreakfast = pdd["asstbreakfast"]
dealer.event = event

Expand Down Expand Up @@ -569,7 +568,6 @@ def addNewDealer(request):
willSwitch=pdd["switch"],
tables=pdd["tables"],
agreeToRules=pdd["agreeToRules"],
buttonOffer=pdd["buttonOffer"],
asstBreakfast=pdd["asstbreakfast"],
)
dealer.save()
Expand Down

0 comments on commit 500d928

Please sign in to comment.