diff --git a/games/forms.py b/games/forms.py index f4681cc..4620218 100644 --- a/games/forms.py +++ b/games/forms.py @@ -173,6 +173,7 @@ class GameForm(forms.ModelForm): "platform", "year_released", "status", + "mastered", "wikidata", ] widgets = {"name": autofocus_input_widget} diff --git a/games/templates/view_game.html b/games/templates/view_game.html index 8d4b662..cf4dd9a 100644 --- a/games/templates/view_game.html +++ b/games/templates/view_game.html @@ -58,6 +58,7 @@ {{ game.get_status_display }} + {% if game.mastered %}👑{% endif %}
Platform