There was an error while loading. Please reload this page.
1 parent 698020d commit b751bd9Copy full SHA for b751bd9
1 file changed
src/pretalx/orga/templates/orga/submission/review.html
@@ -117,7 +117,7 @@
117
{% endfor %}
118
<div class="form-group row">
119
<label class="col-md-3 col-form-label">Submission time</label>
120
- <div class="col-md-9 mt-2"> {{ submission.created }}
+ <div class="col-md-9 mt-2"> {{ submission.created |date:"Y-m-d H:iO" }}
121
</div>
122
123
{% if no_anonymisation %}
0 commit comments