Revision a196eb7e astakos/im/templates/signup.html

b/astakos/im/templates/signup.html
40 40
    <div class="span4">
41 41
        {% if 'shibboleth' in im_modules %}
42 42
            <img src="/im/static/shibboleth.png" width="120" height="120">
43
            <form action="{% url astakos.im.views.signup %}" method="post" class="form-stacked">{% csrf_token %}
44
                 {{ shibboleth_form.as_p }}
43
            <form action="{% url astakos.im.target.shibboleth.login %}" method="post" class="form-stacked">{% csrf_token %}
45 44
                <br>
46 45
                <div class="">
47 46
                  <input type="hidden" name="next" value="{{ next }}">

Also available in: Unified diff