fixed bug where dataset didn't update (so threw off copying to google sheet format)
This commit is contained in:
@@ -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);"}),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user