-
- <%= _("SISP?") %>
- <%= labelled_radio_button(_('Yes'), 'institution[sisp]', 'true', context.profile.institution.sisp)%>
- <%= labelled_radio_button(_('No'), 'institution[sisp]', 'false', !context.profile.institution.sisp)%>
-
-
-<% end %>
+ <% if @show_sisp_field %>
+
+
+ <%= _("SISP?") %>
+ <%= labelled_radio_button(_('Yes'), 'institution[sisp]', 'true', context.profile.institution.sisp)%>
+ <%= labelled_radio_button(_('No'), 'institution[sisp]', 'false', !context.profile.institution.sisp)%>
+
+
+ <% end %>
<% end %>
--
libgit2 0.21.2