[IMP] improved typo

bzr revid: tpa@tinyerp.com-20140410130925-xrcsb13lp5bnqe3o
This commit is contained in:
Turkesh Patel (Open ERP) 2014-04-10 18:39:25 +05:30
parent 049d85616d
commit e53f66dcea
1 changed files with 1 additions and 1 deletions

View File

@ -654,7 +654,7 @@
<div t-foreach="users" t-as="user" class="col-sm-4">
<t t-set="separator"><br/></t>
<t t-call="website_forum.user_detail"/>
<span class="text-muted">Joined on \
<span class="text-muted">Joined on
<span t-field="user.create_date" t-field-options='{"format":"short"}' t-attf-title="#{user.create_date}"/>
</span>
</div>