Revision 222ad95f snf-astakos-app/astakos/im/templates/im/login_base.html

b/snf-astakos-app/astakos/im/templates/im/login_base.html
12 12
    <div class="login-section">
13 13

  
14 14
      <h2 class="clearfix"><span class="title">LOGIN</span> <span class="header-actions">
15
              <a class="other-logins" href="#other-login-methods">other login methods</a></span>
15
              <a href="{% url signup %}">Sign up</a></span>
16 16
      </h2>
17 17
      <div class="main-login-method">
18 18
        {% include master_auth_provider.login_template %}
19 19
      </div>
20 20

  
21 21
      <div class="extralogin" 
22
          style="{% if not last_login_method or last_login_method == master_auth_provider.module %}display:none{% endif %}">
22
          {% comment %}
23
          style="{% if not last_login_method or last_login_method == master_auth_provider.module %}display:none{% endif %}"
24
          {% endcomment %}
25
          >
23 26
      {% for provider in auth_providers %}
24 27
      
25 28
        {% if not provider == master_auth_provider %}
26 29
            {% include provider.login_prompt_template %}
27 30
        {% endif %}
28 31
      {% endfor %}
32
      {% comment %}
29 33
        <div class="bottom">
30 34
        {% block body.signup %}
31 35
        {% for provider in auth_providers %}
......
35 39
          {% endfor %}
36 40
        {% endblock body.signup %}
37 41
        </div>
42
      {% endcomment %}
38 43
    </div>
39 44
    </div>
40 45
    <script>

Also available in: Unified diff