Roundup Tracker - Issues

Message3185

Author rouilj
Recipients
Date 2003-03-10.23:07:02
Message-id
In-reply-to
I have this bit of tal:

 <input type="hidden"
  
tal:condition="python:request.form.has_key('replyto')"
    
name="msg-1@inreplyto"
    tal:attributes="value
    
python:db.msg.get(request.form['replyto'].value,
            
'messageid')">

that I would like to have work.

-- rouilj
History
Date User Action Args
2009-02-03 14:23:39adminlinkissue701219 messages
2009-02-03 14:23:39admincreate