fixed bug where dataset didn't update (so threw off copying to google sheet format)

This commit is contained in:
2022-06-09 17:19:51 -05:00
parent 58f21c70f6
commit 1ecd09881f
2 changed files with 4 additions and 33 deletions

View File

@@ -45,7 +45,7 @@ class LineupEntryForm(forms.Form):
("DR", "DR"),
("EH", "EH"),
],
widget=forms.Select(attrs={"onchange": "colorPositions();"}),
widget=forms.Select(attrs={"onchange": "positionSelectChanged(this);"}),
)