add show tags of last months only

This commit is contained in:
2021-02-01 21:44:04 +00:00
parent 274e09579a
commit cce4d2e219
3 changed files with 10 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ def index(request):
def calendar(request):
"Kalender Ansicht ICS zur Verknüpfung mit Outlook"
events = deque(Post.objects.all_post_with_date().all())
events = deque(Post.objects.get_all_posts_with_date())
return render(
request,