Harmonising the time format?

Issue #294 resolved
Eivind L created an issue

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)

  1. Log in to comment