From 5b2926b18b57d25903b16611e7c05ff95b06e857 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Tue, 25 Aug 2020 23:40:29 -0400 Subject: [PATCH] Fix potential issue preventing a user from finishing setup (#1620) * Fix a potential issue where setup could not be completed b/c next buttons were unclickable --- CTFd/themes/core/templates/setup.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CTFd/themes/core/templates/setup.html b/CTFd/themes/core/templates/setup.html index 97b33fac..201b3548 100644 --- a/CTFd/themes/core/templates/setup.html +++ b/CTFd/themes/core/templates/setup.html @@ -64,7 +64,7 @@ -
+
@@ -100,7 +100,7 @@
-
+
@@ -130,7 +130,7 @@ {{ form.theme_color.description }}
-
+
@@ -179,7 +179,7 @@
-
+
@@ -207,7 +207,7 @@

-
+
{{ form.submit(class="btn btn-md btn-primary btn-outlined") }}