Revision 591068ae snf-astakos-app/astakos/im/templates/im/auth/signup_form.html

b/snf-astakos-app/astakos/im/templates/im/auth/signup_form.html
20 20
      </div>
21 21
  </form>
22 22
</div>
23
{% if auth_providers|length == 1 %}
23
{% if auth_providers|length == 1 or provider_obj.is_primary %}
24 24
<style>
25 25
  .two-cols .rt > p { display: none }
26 26
  .form-stacked { display: block !important }
27
  a.submit.standalone { display: none !important }
27
  a.submit.standalone.{{ provider_obj.module }}-provider { display: none !important }
28 28
</style>
29 29
{% endif %}

Also available in: Unified diff