[FIX] website_event_track: human-readable display of track durations

This commit is contained in:
Richard Mathot (OpenERP) 2014-05-19 17:41:50 +02:00
parent 4837952ad4
commit be99dbf16a
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@
<b>Date</b><br/>
<span t-field="track.date" t-field-options='{"hide_seconds":"True"}'/><br/>
<b>Duration</b><br/>
<span t-esc="'%.2f' % (track.duration)"/> hours<br/>
<span t-field="track.duration" t-field-options="{&quot;widget&quot;: &quot;duration&quot;, &quot;unit&quot;: &quot;hour&quot;}"/><br/>
<b>Location</b><br/>
<span t-field="track.location_id"/><br/>
</div>