Comment 1 for bug 37310

Revision history for this message
Christian Reis (kiko) wrote :

The code there is on crack; it's doing

        <a tal:condition="not: person/browsername"
           tal:content="person/browsername"
           tal:attributes="href person/name" />

However, I'm not sure why browsername is not working.