add event_place to fetmeeting admin and template
This commit is contained in:
@@ -43,7 +43,7 @@ class PostManager(models.Manager):
|
||||
|
||||
if not fet_meeting_only:
|
||||
posts = self.get_visible_articles().filter(post_type="N")
|
||||
|
||||
|
||||
if year:
|
||||
posts = posts.filter(public_date__year=year)
|
||||
if month:
|
||||
|
||||
Reference in New Issue
Block a user