diff --git a/frontend/static/index.html b/frontend/static/index.html
index 0c39a1f4..fc52637b 100644
--- a/frontend/static/index.html
+++ b/frontend/static/index.html
@@ -91,7 +91,8 @@
Tags
diff --git a/frontend/static/js/challenge.js b/frontend/static/js/challenge.js
index 34de7ca1..6f9abc25 100644
--- a/frontend/static/js/challenge.js
+++ b/frontend/static/js/challenge.js
@@ -131,6 +131,7 @@ angular.module("FICApp", ["ngRoute", "ngSanitize"])
});
});
$scope.tags = tags;
+ $scope.tagsl = Object.keys(tags);
}
}