diff --git a/fet2020/posts/views.py b/fet2020/posts/views.py index 59c75942..80f67905 100644 --- a/fet2020/posts/views.py +++ b/fet2020/posts/views.py @@ -78,8 +78,8 @@ def show(request, id=None): if post_author: author_image = post_author.image['avatar'].url - ep_agenda_link = None - ep_protocol_link = None + ep_agenda_link = "#" + ep_protocol_link = "#" if p.has_agenda and p.agenda_key: ep_agenda_link = get_pad_link(p.agenda_key)