added user position in dropdown panel"

This commit is contained in:
2017-04-09 14:43:47 +02:00
parent 28a3d208ed
commit 3990165b9d
8 changed files with 31 additions and 11 deletions

View File

@@ -96,8 +96,8 @@
<tr tal:repeat="detail details">
<td>${detail.DATE.strftime('%d/%m/%Y')}</td>
<td>
<span tal:condition="detail.DATEVI==None"></span>
<span tal:condition="detail.DATEVI<>None">
<span tal:condition="detail.rdv_debut==None"></span>
<span tal:condition="detail.rdv_debut<>None">
<a href="${request.route_url('rdv_edit', nodossier=nodossier, nolig=detail.NOLIG)}">
${detail.rdv_debut.strftime('%d/%m/%Y %H:%M')}</a>
</span>