Fixed substitution in templates.

This commit is contained in:
Alexis Lahouze
2013-07-29 14:36:27 +02:00
parent 56f1635c64
commit f969d5dc3e
4 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@
-->
<!-- Dialog header with title -->
<div class="modal-header">
<h3>&Eacute;diter le compte {{account.name}}</h3>
<h3>&Eacute;diter le compte [[account.name]]</h3>
</div>
<!-- Dialog body -->