toolbar: only show disassociate when it's usefull

This commit is contained in:
Jérôme Schneider 2014-08-27 10:00:59 +02:00
parent 7fe4feea95
commit 30b9e3d067
1 changed files with 2 additions and 0 deletions

View File

@ -24,9 +24,11 @@
<li>
<a href="/mandaye/singleLogout">Me déconnecter</a>
</li>
% if account:
<li>
<a href="javascript:disassociate_logout('${account.login}', ${account.id})" title="Cliquer ici pour supprimer l'association entre ce compte et votre compte citoyen.">Me désassocier</a>
</li>
% endif
</ul>
</div>
</div>