[IMP] display the createion date of the question the same way we display the answer fate

This commit is contained in:
Martin Trigaux 2014-05-20 15:05:27 +02:00
parent 4d9aa300a7
commit a558a84630
1 changed files with 1 additions and 0 deletions

View File

@ -514,6 +514,7 @@
t-field-options='{"widget": "contact", "country_image": true, "fields": ["name", "country_id"]}'
style="display: inline-block;"/>
<div t-field="question.create_uid" t-field-options='{"widget": "contact", "badges": true, "fields": ["karma"]}'/>
<span class="text-muted">Asked on <span t-field="question.create_date" t-field-options='{"format":"short"}'/></span>
</div>
</div>
</div>