major upgrade for etherpad
This commit is contained in:
@@ -62,7 +62,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