From 9ebf4c51e8b68ca829e5a6186454c9c4f6360763 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Sat, 12 Mar 2016 15:20:40 -0500 Subject: [PATCH] Fixing date display on overall key submission pages --- CTFd/templates/admin/correct_keys.html | 2 +- CTFd/templates/admin/wrong_keys.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CTFd/templates/admin/correct_keys.html b/CTFd/templates/admin/correct_keys.html index a96ab41a..e36eb804 100644 --- a/CTFd/templates/admin/correct_keys.html +++ b/CTFd/templates/admin/correct_keys.html @@ -50,7 +50,7 @@ {{ solve.team_name }} {{ solve.chal_name }} - {{ solve.date|unix_time_millis }} + {{ solve.flag }} diff --git a/CTFd/templates/admin/wrong_keys.html b/CTFd/templates/admin/wrong_keys.html index 7e5a22c6..3ed53ba8 100644 --- a/CTFd/templates/admin/wrong_keys.html +++ b/CTFd/templates/admin/wrong_keys.html @@ -57,7 +57,7 @@ {{ wrong_key.team_name }} {{ wrong_key.chal_name }} - {{ wrong_key.date|unix_time_millis }} + {{ wrong_key.flag }}