diff --git a/templates/teams.html b/templates/teams.html
index 37d589ad..8bd80fd2 100644
--- a/templates/teams.html
+++ b/templates/teams.html
@@ -18,7 +18,7 @@
{% for team in teams %}
| {{ team.name }} |
- {% if team.website %}{{ team.website }}{% endif %} |
+ {% if team.website and team.website.startswith('http') %}{{ team.website }}{% endif %} |
{% if team.affiliation %}{{ team.affiliation }}{% endif %} |
{% if team.country %}{{ team.country }}{% endif %} |