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

fix assignation

parent 8fd61826
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
<legend>[% lh.maketext("Service providers from my own organization") %]</legend>
<select id="self" name="self">
<option value=""></option>
[% organization_url == idp.organization_url() %]
[% organization_url = idp.organization_url() %]
[% FOREACH sp IN sps %]
[% NEXT UNLESS sp.organization_url() == organization_url %]
<option value="[% sp.entityid() %]">[% sp.display_name() %]</option>
......
......@@ -20,7 +20,7 @@
<legend>[% lh.maketext("Service providers from my own organization") %]</legend>
<select id="self" name="self">
<option value=""></option>
[% organization_url == idp.organization_url() %]
[% organization_url = idp.organization_url() %]
[% FOREACH sp IN sps %]
[% NEXT UNLESS sp.organization_url() == organization_url %]
<option value="[% sp.entityid() %]">[% sp.display_name() %]</option>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment