bugfixing

This commit is contained in:
2022-01-24 00:48:20 +00:00
parent 6722b92073
commit 60b51d60e4
2 changed files with 2 additions and 4 deletions

View File

@@ -176,8 +176,6 @@ def show(request, id=None):
if not obj.published:
related_posts.remove(obj)
print(settings.STATICFILES_DIRS)
context = {
"post": post,
"files": files,