[CMF-checkins] CVS: Products/CMFDecor/skins/zpt_generic - password_form.pt:1.4
Jens Vagelpohl
jens@zope.com
Wed, 10 Oct 2001 15:49:26 -0400
Update of /cvs-repository/Products/CMFDecor/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv14890/CMFDecor/skins/zpt_generic
Modified Files:
password_form.pt
Log Message:
The member's name is sometimes displayed incorrectly (CMF Tracker 382)
Since this is most likely due to the fact that the member wrapper object
is relied on to represent itself as a string i changed it so it does
the correct call to getUserName to represent itself.
=== Products/CMFDecor/skins/zpt_generic/password_form.pt 1.3 => 1.4 ===
<th>Username
</th>
- <td><span tal:replace="member">You</span>
+ <td><span tal:replace="member/getUserName">You</span>
</td>
</tr>
<tr>