Skip to content

Commit 6eaa430

Browse files
authored
fix: python 3.12 job_details template error
1 parent 47de6cf commit 6eaa430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduler/templates/admin/scheduler/job_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h2>Result {{ result.id }}</h2>
182182

183183
<div class="form-row field-votes">
184184
<div>
185-
<label>Created at: {{ result.Type }}</label>
185+
<label>Created at:</label>
186186
<div class="readonly">{{ result.created_at|date:"Y-m-d, H:i:s" }}</div>
187187
</div>
188188
</div>

0 commit comments

Comments
 (0)