Skip to content

Commit b751bd9

Browse files
committed
Nicer datetime format
1 parent 698020d commit b751bd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pretalx/orga/templates/orga/submission/review.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
{% endfor %}
118118
<div class="form-group row">
119119
<label class="col-md-3 col-form-label">Submission time</label>
120-
<div class="col-md-9 mt-2"> {{ submission.created }}
120+
<div class="col-md-9 mt-2"> {{ submission.created |date:"Y-m-d H:iO" }}
121121
</div>
122122
</div>
123123
{% if no_anonymisation %}

0 commit comments

Comments
 (0)