invert first and last name in directory

This commit is contained in:
Frédéric Péters 2010-05-12 11:06:47 +02:00
parent 719d17be96
commit b831bdafaf
1 changed files with 1 additions and 1 deletions

View File

@ -38,8 +38,8 @@
<table id="phone-numbers">
<tr tal:repeat="entry python: context.getEntriesWithPhone()">
<td>
<span tal:replace="entry/givenName">givenName</span>
<span tal:replace="entry/sn">sn</span>
<span tal:replace="entry/givenName">givenName</span>
</td>
<td class="col-phone">
<span tal:replace="entry/shortTelephoneNumber">000</span>