1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-27 11:58:54 +02:00

Move aliases to inline admin

This commit is contained in:
Alexandre Iooss
2019-07-16 14:38:52 +02:00
parent 8a44f81d2c
commit 5172f74845
4 changed files with 58 additions and 6 deletions

View File

@ -54,7 +54,7 @@ class NoteClub(Note):
"""
A Note associated to a Club
"""
user = models.OneToOneField(
club = models.OneToOneField(
'member.Club',
on_delete=models.PROTECT,
related_name='note',