more easy agenda show

This commit is contained in:
2021-01-02 22:45:24 +00:00
parent d0856877b8
commit 9caa1ea40f

View File

@@ -87,7 +87,7 @@ def show(request, id=None):
ep_agenda_link = "#"
ep_protocol_link = "#"
if p.has_agenda and p.agenda_key:
if p.has_agenda:# and p.agenda_key:
try:
ep_agenda_link = get_pad_link(p.agenda_key)
except Exception as e:
@@ -98,7 +98,7 @@ def show(request, id=None):
)
ep_agenda_link = "#"
if p.has_protocol and p.protocol_key:
if p.has_protocol:# and p.protocol_key:
try:
ep_protocol_link = get_pad_link(p.protocol_key)
except Exception as e: