diff --git a/CTFd/themes/admin/templates/challenges/new.html b/CTFd/themes/admin/templates/challenges/new.html index 2f56e205..edcd4cb3 100644 --- a/CTFd/themes/admin/templates/challenges/new.html +++ b/CTFd/themes/admin/templates/challenges/new.html @@ -50,7 +50,7 @@ Files distributed along with your challenge - Attach multiple files using Control+Click or Cmd+Click + Attach multiple files using Control+Click or Cmd+Click
diff --git a/CTFd/themes/admin/templates/configs/time.html b/CTFd/themes/admin/templates/configs/time.html index b3dbd63f..f17fe227 100644 --- a/CTFd/themes/admin/templates/configs/time.html +++ b/CTFd/themes/admin/templates/configs/time.html @@ -24,7 +24,7 @@

This is the time when the competition will begin. Challenges will automatically unlock and users will be able to submit answers.

- * All time fields required + * All time fields required
@@ -87,7 +87,7 @@

This is the time when the competition will end. Challenges will automatically close and users won't be able to submit answers.

- * All time fields required + * All time fields required
@@ -159,7 +159,7 @@

Freeze time specifies the timestamp that the competition will be frozen to. All solves before the freeze time will be shown, but new solves won't be shown to users.

- * All time fields required + * All time fields required
diff --git a/CTFd/themes/admin/templates/modals/challenges/files.html b/CTFd/themes/admin/templates/modals/challenges/files.html index 85dcbdca..c3f78c1a 100644 --- a/CTFd/themes/admin/templates/modals/challenges/files.html +++ b/CTFd/themes/admin/templates/modals/challenges/files.html @@ -24,7 +24,7 @@
- Attach multiple files using Control+Click or Cmd+Click + Attach multiple files using Control+Click or Cmd+Click
diff --git a/CTFd/themes/admin/templates/modals/challenges/tags.html b/CTFd/themes/admin/templates/modals/challenges/tags.html index 8faff5a2..bd2e8ffb 100644 --- a/CTFd/themes/admin/templates/modals/challenges/tags.html +++ b/CTFd/themes/admin/templates/modals/challenges/tags.html @@ -11,7 +11,7 @@
diff --git a/CTFd/themes/admin/templates/teams/team.html b/CTFd/themes/admin/templates/teams/team.html index 7a5b3849..3c6b782c 100644 --- a/CTFd/themes/admin/templates/teams/team.html +++ b/CTFd/themes/admin/templates/teams/team.html @@ -196,7 +196,7 @@ {% for member in members %} - + {% if team.captain_id == member.id %} Captain @@ -256,7 +256,7 @@ {% for solve in solves %} - + {{ solve.challenge.name }} @@ -305,7 +305,7 @@ {% for fail in fails %} - + {{ fail.challenge.name }} diff --git a/CTFd/themes/admin/templates/users/user.html b/CTFd/themes/admin/templates/users/user.html index d94a5f34..30758de3 100644 --- a/CTFd/themes/admin/templates/users/user.html +++ b/CTFd/themes/admin/templates/users/user.html @@ -213,7 +213,7 @@ {% for solve in solves %} - + {{ solve.challenge.name }} @@ -255,7 +255,7 @@ {% for fail in fails %} - + {{ fail.challenge.name }} @@ -340,7 +340,7 @@ {% for challenge in missing %} - + {{ challenge.name }}