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 }} |
|