Allow games to be set to Mastered
This commit is contained in:
@ -173,6 +173,7 @@ class GameForm(forms.ModelForm):
|
||||
"platform",
|
||||
"year_released",
|
||||
"status",
|
||||
"mastered",
|
||||
"wikidata",
|
||||
]
|
||||
widgets = {"name": autofocus_input_widget}
|
||||
|
Reference in New Issue
Block a user