Merge branch 'master' of https://git.fet.at/bofh/fet2020; make master pep8-ready again
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user