diff --git a/ckanext/odsh/templates/organization/snippets/organization_form.html b/ckanext/odsh/templates/organization/snippets/organization_form.html
index 96f35243de5703483faf7a77304476288fae7b66..153a5e157735a7ea73ee780c8d2ae2c12008d9c1 100644
--- a/ckanext/odsh/templates/organization/snippets/organization_form.html
+++ b/ckanext/odsh/templates/organization/snippets/organization_form.html
@@ -47,7 +47,7 @@
   
     {{ form.input_address('gnd','GND URI', value=extras.gnd, index=6, placeholder='https://d-nb.info/gnd/1136109587', type='text', attrs={}) }}
 
-    {% for extra in data.extras %}
+    <!-- {% for extra in data.extras %}
       {% set custom_extras = ['person','street','location','telephone','mail','web','gnd'] %}
       {% if extra.key not in custom_extras %}
         {% set prefix = 'extras__%d__' % (loop.index0 + (custom_extras|count)) %}
@@ -76,7 +76,7 @@
         values=(extra.key, extra.value, extra.deleted),
         error=errors[prefix ~ 'key'] or errors[prefix ~ 'value']
       ) }}
-    {% endfor %}
+    {% endfor %} -->
   </div>
   {% endblock %}