Skip to content
Snippets Groups Projects
Commit 19926e00 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

fix variable name

parent 4ce6fe46
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,7 @@ Note that only Service Providers are in the list which are included in the eduGA ...@@ -111,7 +111,7 @@ Note that only Service Providers are in the list which are included in the eduGA
<select id="sp_entityid" name="sp_entityid" class="required"> <select id="sp_entityid" name="sp_entityid" class="required">
<option value="">Select your Service Provider below</option> <option value="">Select your Service Provider below</option>
[% FOREACH entity IN federation_metadata_as_hashref.sort('default_display_name') %] [% FOREACH entity IN metadata.sort('default_display_name') %]
<option value="[% entity.entityid %]">[% IF entity.default_display_name %][% entity.default_display_name %] [% END %]([% entity.entityid %])</option> <option value="[% entity.entityid %]">[% IF entity.default_display_name %][% entity.default_display_name %] [% END %]([% entity.entityid %])</option>
[% END %] [% END %]
</select> </select>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment