diff --git a/CTFd/templates/admin/correct_keys.html b/CTFd/templates/admin/correct_keys.html
index e36eb804..c94d6050 100644
--- a/CTFd/templates/admin/correct_keys.html
+++ b/CTFd/templates/admin/correct_keys.html
@@ -63,7 +63,7 @@
{% if curr_page != 1 %}<<<{% endif %}
{% for page in range(1, pages + 1) %}
{% if curr_page != page %}
- {{ page }}
+ {{ page }}
{% else %}
{{ page }}
{% endif %}