diff --git a/chsdi/templates/htmlpopup/base.mako b/chsdi/templates/htmlpopup/base.mako index 471287d2d2..ece29faa76 100644 --- a/chsdi/templates/htmlpopup/base.mako +++ b/chsdi/templates/htmlpopup/base.mako @@ -79,15 +79,15 @@ % endif - % if timestamp == None: + % if timestamp is None: ${_('Link to object')} % else: - % endif - + ${_('Link to object')} + % endif %endif