diff --git a/backend/templates/watch-overview.html b/backend/templates/watch-overview.html index a2cd8c19..e17c4ffa 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 %}