Revision 5e860ee2

b/snf-astakos-app/astakos/im/templates/im/login_base.html
27 27
      {% endfor %}
28 28
        <div class="bottom">
29 29
        {% block body.signup %}
30
          {% for provider in auth_providers %}
31
              {% include provider.signup_prompt_template %}
30
        {% for provider in auth_providers %}
31
              {% if provider.is_available_for_create %}
32
                  {% include provider.signup_prompt_template %}
33
              {% endif %}
32 34
          {% endfor %}
33 35
        {% endblock body.signup %}
34 36
        </div>

Also available in: Unified diff