From 7ff28611ab29f5d7ba370dcd4f12bc3fa8d0197e Mon Sep 17 00:00:00 2001 From: andis Date: Sat, 17 Oct 2020 20:25:53 +0000 Subject: [PATCH] fix none link for agenda --- fet2020/posts/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)