Merge branch 'master' of https://git.fet.at/bofh/fet2020; make master pep8-ready again

This commit is contained in:
2020-09-07 11:42:16 +00:00
8 changed files with 129 additions and 132 deletions

View File

@@ -75,7 +75,7 @@ def show(request, id=None):
"author_image": author_image,
"next": get_next_dict(p),
"related_posts": p.tags.similar_objects(),
"ep_link": get_pad_link(p.slug + "-agenda"),
"ep_link": get_pad_link(p.agenda_key),
}
response = render(request, 'posts/show.html', context)