diff --git a/pillar/web/nodes/custom/posts.py b/pillar/web/nodes/custom/posts.py index db588711..f0b3834c 100644 --- a/pillar/web/nodes/custom/posts.py +++ b/pillar/web/nodes/custom/posts.py @@ -36,6 +36,7 @@ def posts_view(project_id=None, project_url=None, url=None, *, archive=False, pa api = system_util.pillar_api() # Fetch project (for backgroud images and links generation) + # Fetch project (for background images and links generation) if project_id: project = Project.find(project_id, api=api) else: