Various bugfixes
This commit is contained in:
parent
26c02df53d
commit
6f158638bf
4 changed files with 20 additions and 3 deletions
|
@ -7,6 +7,11 @@ from communication.models import Commentable, Notifying
|
|||
|
||||
|
||||
class Event(Commentable):
|
||||
commentable_model = models.OneToOneField(
|
||||
Commentable,
|
||||
related_name="event_model",
|
||||
parent_link=True
|
||||
)
|
||||
title = models.CharField(
|
||||
_("nom de l'évènement"),
|
||||
max_length=200,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue