mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-06-30 09:51:08 +02:00
Little sporz fix
This commit is contained in:
@ -13,6 +13,10 @@ from .models import GameSave, Player
|
||||
class PlayerInline(admin.TabularInline):
|
||||
model = Player
|
||||
|
||||
# Do not always show extra players
|
||||
extra = 0
|
||||
min_num = 5
|
||||
|
||||
|
||||
class GameSaveAdmin(admin.ModelAdmin):
|
||||
inlines = [PlayerInline, ]
|
||||
|
@ -91,7 +91,7 @@ msgstr "Enquêteur"
|
||||
|
||||
#: models.py:67
|
||||
msgid "Traitor"
|
||||
msgstr "Traite"
|
||||
msgstr "Traître"
|
||||
|
||||
#: models.py:75
|
||||
msgid "Neutral"
|
||||
|
Reference in New Issue
Block a user