{% block content %} {% endblock %} @@ -101,6 +126,7 @@ + {% block scripts %} {% endblock %} diff --git a/CTFd/themes/admin/templates/pages.html b/CTFd/themes/admin/templates/pages.html index 8dc445e1..dbeff2fa 100644 --- a/CTFd/themes/admin/templates/pages.html +++ b/CTFd/themes/admin/templates/pages.html @@ -8,7 +8,7 @@

Pages - +

@@ -52,8 +52,8 @@ {% endif %} - - + + {% endfor %} @@ -69,29 +69,31 @@ {% endblock %} diff --git a/CTFd/themes/admin/templates/scoreboard.html b/CTFd/themes/admin/templates/scoreboard.html index 5273ff61..0eaccee6 100644 --- a/CTFd/themes/admin/templates/scoreboard.html +++ b/CTFd/themes/admin/templates/scoreboard.html @@ -27,12 +27,12 @@ {% if not team.banned %} - + {%else %}
- +
{% endif %} diff --git a/CTFd/themes/admin/templates/statistics.html b/CTFd/themes/admin/templates/statistics.html index 7af2e1ba..778f5dc2 100644 --- a/CTFd/themes/admin/templates/statistics.html +++ b/CTFd/themes/admin/templates/statistics.html @@ -24,7 +24,7 @@
- +
@@ -36,7 +36,7 @@
- +
@@ -48,7 +48,7 @@
- +
@@ -59,7 +59,7 @@
- +
diff --git a/CTFd/themes/admin/templates/team.html b/CTFd/themes/admin/templates/team.html index f8bdc587..1c55113e 100644 --- a/CTFd/themes/admin/templates/team.html +++ b/CTFd/themes/admin/templates/team.html @@ -69,17 +69,17 @@ {% if solves %}
- +
- +
- +
{% else %} @@ -129,7 +129,7 @@ - + {% endfor %} @@ -159,7 +159,7 @@ - + {% endfor %} @@ -196,7 +196,7 @@ {{ award.category }} {{ award.icon }} - + {% endfor %} @@ -229,7 +229,7 @@ {{ chal.name }} {{ chal.category }} {{ chal.value }} - + {% endfor %} @@ -274,134 +274,136 @@ diff --git a/CTFd/themes/admin/templates/teams.html b/CTFd/themes/admin/templates/teams.html index 10ef2a33..296face4 100644 --- a/CTFd/themes/admin/templates/teams.html +++ b/CTFd/themes/admin/templates/teams.html @@ -6,7 +6,7 @@ {% block content %}
-

Teams

+

Teams

@@ -82,7 +82,7 @@
@@ -114,7 +114,7 @@