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})
|
||||
|
||||
|
||||
|
||||
def calendar(request):
|
||||
events = deque(Post.objects.all_post_with_date().all())
|
||||
return render(
|
||||
|
||||
Reference in New Issue
Block a user