Add in_game_name field to FriendCode model
This commit is contained in:
parent
4792906907
commit
bc181b12d9
19 changed files with 113 additions and 56 deletions
|
|
@ -51,7 +51,8 @@ class HomePageView(TemplateView):
|
|||
"want_cards__decks",
|
||||
"want_cards__rarity",
|
||||
"want_cards__cardset",
|
||||
"acceptances"
|
||||
"acceptances",
|
||||
|
||||
)
|
||||
.select_related("initiated_by__user")
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue