Added screen list on poster + Added unmoderated poster artefact + discussions fixes

This commit is contained in:
gnikwo
2017-12-21 12:25:07 +01:00
parent 72d2862e3e
commit 903f07ecbd
7 changed files with 43 additions and 153 deletions

View File

@ -623,7 +623,6 @@ class PosterCreateView(PosterCreateBaseView, CanCreateMixin):
pk_url_kwarg = "club_id"
def get_object(self):
print(self.club)
obj = super(PosterCreateView, self).get_object()
if not obj:
return self.club