fix new line
This commit is contained in:
@@ -35,7 +35,6 @@ def index(request):
|
|||||||
return render(request, "posts/index.html", {"posts": posts, "tags_list": t})
|
return render(request, "posts/index.html", {"posts": posts, "tags_list": t})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def calendar(request):
|
def calendar(request):
|
||||||
events = deque(Post.objects.all_post_with_date().all())
|
events = deque(Post.objects.all_post_with_date().all())
|
||||||
return render(
|
return render(
|
||||||
|
|||||||
Reference in New Issue
Block a user