From 46413ba6aed00883588f399ff987e4a141bd3b30 Mon Sep 17 00:00:00 2001 From: CodeKevin Date: Sat, 6 Feb 2016 13:20:12 -0500 Subject: [PATCH] Removing accidental admin links --- CTFd/templates/teams.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CTFd/templates/teams.html b/CTFd/templates/teams.html index 45d04b31..70b98e4c 100644 --- a/CTFd/templates/teams.html +++ b/CTFd/templates/teams.html @@ -33,7 +33,7 @@ {% if team_pages > 1 %}
Page
- {% if curr_page != 1 %}<<<{% endif %} + {% if curr_page != 1 %}<<<{% endif %} {% for page in range(1, team_pages + 1) %} {% if curr_page != page %} {{ page }} @@ -41,7 +41,7 @@ {{page}} {% endif %} {% endfor %} - {% if curr_page != pages %}>>>{% endif %} + {% if curr_page != pages %}>>>{% endif %}
{% endif %}