Guests can't be invited if the activity is not validated
This commit is contained in:
parent
fcb4da2db3
commit
b0b3aa35a9
5 changed files with 98 additions and 80 deletions
|
|
@ -10,8 +10,6 @@ from django.db import models
|
|||
from django.utils.translation import gettext_lazy as _
|
||||
from polymorphic.models import PolymorphicModel
|
||||
|
||||
from member.models import Club
|
||||
|
||||
"""
|
||||
Defines each note types
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue