Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / third_party_check_local.html @ d2633501

History | View | Annotate | Download (615 Bytes)

1
{% extends 'im/base_two_cols.html' %}
2

    
3
{% block page.title %}
4
    Signup
5
{% endblock %}
6

    
7
{% block body.left %}
8
    <img class="pic" src="{{ IM_STATIC_URL }}images/pictures/accounts_3.png" />
9
{% comment %}{% include "im/services_description.html" %}{% endcomment %}
10
{% endblock body.left %}
11

    
12
{% block body.right %}
13
    {% if "local" in im_modules %}
14
      <div class="form-stacked">
15
        <h2><span>Already have an account?</span></h2>
16
        <a href="{% url astakos.im.views.index %}?key={{ token }}">YES</a>
17
        <a href="{% url shibboleth_signup token %}">NO</a>
18
      </div>
19
    {% endif %}
20
{% endblock %}