resolve merge conflicts

This commit is contained in:
2022-06-10 08:59:22 -05:00
126 changed files with 1459 additions and 299 deletions

View File

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