diff --git a/fet2020/posts/models.py b/fet2020/posts/models.py index a6a24d7b..0f81bdca 100644 --- a/fet2020/posts/models.py +++ b/fet2020/posts/models.py @@ -110,4 +110,5 @@ class PostSerializer(serializers.HyperlinkedModelSerializer): class Event(Post): class Meta: proxy=True - objects=EventManager() \ No newline at end of file + objects=EventManager() + \ No newline at end of file