diff --git a/club/views.py b/club/views.py index 4d66b266..d47fa215 100644 --- a/club/views.py +++ b/club/views.py @@ -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 diff --git a/com/templates/com/poster_list.jinja b/com/templates/com/poster_list.jinja index 654c2a51..7bd340fd 100644 --- a/com/templates/com/poster_list.jinja +++ b/com/templates/com/poster_list.jinja @@ -32,7 +32,7 @@ {% else %} {% for poster in poster_list %} -