Allow games to be set to Mastered

This commit is contained in:
Lukáš Kucharczyk 2025-03-17 08:26:56 +01:00
parent 843eed64d6
commit ddd75f22b0
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
2 changed files with 2 additions and 0 deletions

View File

@ -173,6 +173,7 @@ class GameForm(forms.ModelForm):
"platform",
"year_released",
"status",
"mastered",
"wikidata",
]
widgets = {"name": autofocus_input_widget}

View File

@ -58,6 +58,7 @@
<c-gamestatus :status="game.status">
{{ game.get_status_display }}
</c-gamestatus>
{% if game.mastered %}👑{% endif %}
</div>
<div class="flex gap-2 items-center">
<span class="uppercase font-bold text-slate-300">Platform</span>