diff --git a/backend/templates/watch-overview.html b/backend/templates/watch-overview.html index a2cd8c19a..e17c4ffab 100644 --- a/backend/templates/watch-overview.html +++ b/backend/templates/watch-overview.html @@ -17,7 +17,9 @@
All {% for tag in tags %} - {{ tag }} + {% if tag != "" %} + {{ tag }} + {% endif %} {% endfor %}