diff --git a/energy_communities/controllers/website_community_data.py b/energy_communities/controllers/website_community_data.py
index 4d4191cf3a3fd52f3fb561fbfedd3d03fe3a3f01..1a0b21969e1707350db1928d4e20c5a8a1395aec 100644
--- a/energy_communities/controllers/website_community_data.py
+++ b/energy_communities/controllers/website_community_data.py
@@ -71,7 +71,7 @@ class WebsiteCommunityData(http.Controller):
             response = self._form_submit_validation(values)
             if response is not True:
                 return response
-            # TODO: process lead metadata here
+            # metadata processing
             self._process_lead_metadata(values)
             # success
             return self._get_community_data_submit_response(values)