Bugfix: lack of submission time in detailed result
This commit is contained in:
parent
4c2a6e7f74
commit
1d1e2acf62
@ -57,7 +57,11 @@
|
|||||||
<span class="badge bg-danger">Late</span>
|
<span class="badge bg-danger">Late</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
{% if submission_time in entry %}
|
||||||
{{ entry.submission_time.strftime('%d %b %Y %H:%M:%S') }}
|
{{ entry.submission_time.strftime('%d %b %Y %H:%M:%S') }}
|
||||||
|
{% else %}
|
||||||
|
Incomplete
|
||||||
|
{% endif %}
|
||||||
</li>
|
</li>
|
||||||
<li class="list-group-item list-group-item-action">
|
<li class="list-group-item list-group-item-action">
|
||||||
<div class="d-flex w-100 justify-content-between">
|
<div class="d-flex w-100 justify-content-between">
|
||||||
|
Loading…
Reference in New Issue
Block a user