diff --git a/CTFd/themes/admin/templates/teams/team.html b/CTFd/themes/admin/templates/teams/team.html index 158b9c78..30ffdb50 100644 --- a/CTFd/themes/admin/templates/teams/team.html +++ b/CTFd/themes/admin/templates/teams/team.html @@ -183,7 +183,7 @@ {% if team.website %} - + diff --git a/CTFd/themes/admin/templates/teams/teams.html b/CTFd/themes/admin/templates/teams/teams.html index 84e1dd3d..877971f7 100644 --- a/CTFd/themes/admin/templates/teams/teams.html +++ b/CTFd/themes/admin/templates/teams/teams.html @@ -99,7 +99,7 @@ {% endif %} {% if team.website %} - + diff --git a/CTFd/themes/admin/templates/users/user.html b/CTFd/themes/admin/templates/users/user.html index b49b29c2..ffc0dd4e 100644 --- a/CTFd/themes/admin/templates/users/user.html +++ b/CTFd/themes/admin/templates/users/user.html @@ -173,7 +173,7 @@ {% if user.website %} - + diff --git a/CTFd/themes/admin/templates/users/users.html b/CTFd/themes/admin/templates/users/users.html index 9eeca308..a432439e 100644 --- a/CTFd/themes/admin/templates/users/users.html +++ b/CTFd/themes/admin/templates/users/users.html @@ -102,7 +102,7 @@ {% endif %} {% if user.website %} - + diff --git a/CTFd/themes/core/templates/teams/private.html b/CTFd/themes/core/templates/teams/private.html index 585af365..d51e41c8 100644 --- a/CTFd/themes/core/templates/teams/private.html +++ b/CTFd/themes/core/templates/teams/private.html @@ -174,7 +174,7 @@ {% endif %} {% if team.website and (team.website.startswith('http://') or team.website.startswith('https://')) %} - + diff --git a/CTFd/themes/core/templates/teams/public.html b/CTFd/themes/core/templates/teams/public.html index 0b125bf6..de5deecb 100644 --- a/CTFd/themes/core/templates/teams/public.html +++ b/CTFd/themes/core/templates/teams/public.html @@ -50,7 +50,7 @@
{% if team.website and (team.website.startswith('http://') or team.website.startswith('https://')) %} - + diff --git a/CTFd/themes/core/templates/teams/teams.html b/CTFd/themes/core/templates/teams/teams.html index 4ea15b8e..a78b5e85 100644 --- a/CTFd/themes/core/templates/teams/teams.html +++ b/CTFd/themes/core/templates/teams/teams.html @@ -69,7 +69,7 @@ {% if team.website and (team.website.startswith('http://') or team.website.startswith('https://')) %} - + {% endif %} diff --git a/CTFd/themes/core/templates/users/private.html b/CTFd/themes/core/templates/users/private.html index d265a3f6..d9944f58 100644 --- a/CTFd/themes/core/templates/users/private.html +++ b/CTFd/themes/core/templates/users/private.html @@ -60,7 +60,7 @@
{% if user.website %} - + diff --git a/CTFd/themes/core/templates/users/public.html b/CTFd/themes/core/templates/users/public.html index 78c5b2ea..a47c166c 100644 --- a/CTFd/themes/core/templates/users/public.html +++ b/CTFd/themes/core/templates/users/public.html @@ -60,7 +60,7 @@
{% if user.website %} - + diff --git a/CTFd/themes/core/templates/users/users.html b/CTFd/themes/core/templates/users/users.html index 23383ff5..35f3d503 100644 --- a/CTFd/themes/core/templates/users/users.html +++ b/CTFd/themes/core/templates/users/users.html @@ -71,7 +71,7 @@ {% if user.website and (user.website.startswith('http://') or user.website.startswith('https://')) %} - +