- edited description
Harmonising the time format?
Issue #294
resolved
Hi, in the study list the study time is shown as e.g. "14:10", while in the "Detail list of events" it is presented as "2.10 p.m.".
Suggestion: in ctdetail.html, line 19:
<li>Study time: {{ generalstudymoduleattr.study_time }}</li>
to
<li>Study time: {{ generalstudymoduleattr.study_time|date:"H:i" }}</li>
Comments (3)
-
-
-
assigned issue to
- changed milestone to 0.7.0
-
assigned issue to
-
- changed status to resolved
Changing time format on detail pages to match format on filtered study list pages. Fixes
#294→ <<cset 724499e921e1>>
- Log in to comment