add event_place to fetmeeting admin and template

This commit is contained in:
2021-06-24 13:01:58 +00:00
parent 0db9aed0b7
commit 3c893bcfba
9 changed files with 45 additions and 21 deletions

View File

@@ -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: