diff --git a/templates/web/en/select_sp.tt2.html b/templates/web/en/select_sp.tt2.html
index 2036b324620af998cda24087c1694f258fee613b..c95b24339c2ad79f36dba9247d93ce5552459510 100644
--- a/templates/web/en/select_sp.tt2.html
+++ b/templates/web/en/select_sp.tt2.html
@@ -107,6 +107,7 @@ $(function() {
         <label for="entityid">Type the name or entityID of Service Provider to test:</label>
         <br>
         <select id="entityid" name="entityid" class="required">
+            <option value=""></option>
             [% FOREACH entity IN metadata.sort('display_name') %]
             <option value="[% entity.entityid %]">[% IF entity.display_name %][% entity.display_name %] [% END %]([% entity.entityid %])</option>
             [% END %]
diff --git a/templates/web/fr/select_sp.tt2.html b/templates/web/fr/select_sp.tt2.html
index f8653d5b26f5cf02330d3b34e6462145aa141b65..4817de206cc6739cbaf01e2dbfbf297b057fccb3 100644
--- a/templates/web/fr/select_sp.tt2.html
+++ b/templates/web/fr/select_sp.tt2.html
@@ -107,6 +107,7 @@ $(function() {
         <label for="entityid">Entrez le nom ou l'identifiant (entityID) du fournisseur de service à tester:</label>
         <br>
         <select id="entityid" name="entityid" class="required">
+            <option value=""></option>
             [% FOREACH entity IN metadata.sort('display_name') %]
             <option value="[% entity.entityid %]">[% IF entity.display_name %][% entity.display_name %] [% END %]([% entity.entityid %])</option>
             [% END %]