fix master
This commit is contained in:
@@ -70,8 +70,6 @@ def show(request, id=None):
|
||||
if post_author:
|
||||
author_image = post_author.image['avatar'].url
|
||||
|
||||
ep_link = (get_pad_link(p.agenda_key), get_pad_link(p.protocol_key))
|
||||
|
||||
context = {
|
||||
"post": p,
|
||||
"author_image": author_image,
|
||||
@@ -79,7 +77,6 @@ def show(request, id=None):
|
||||
"related_posts": p.tags.similar_objects(),
|
||||
"ep_agenda_link": get_pad_link(p.agenda_key),
|
||||
"ep_protocol_link": get_pad_link(p.protocol_key),
|
||||
|
||||
}
|
||||
|
||||
response = render(request, 'posts/show.html', context)
|
||||
|
||||
Reference in New Issue
Block a user