major upgrade for etherpad

This commit is contained in:
2020-09-07 06:32:19 +00:00
parent b91869b11d
commit f9d8edc81a
4 changed files with 68 additions and 99 deletions

View File

@@ -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)