Revision d2633501 snf-astakos-app/astakos/im/templates/im/signup.html

b/snf-astakos-app/astakos/im/templates/im/signup.html
18 18
            <input type="hidden" name="next" value="{{ next }}">
19 19
            <input type="hidden" name="code" value="{{ code }}">
20 20
            <input type="hidden" name="provider" value={{ provider|default:"local" }}>
21
            {% if third_party_token %}
22
            <input type="hidden" name="third_party_token" value={{ third_party_token }}>
23
            {% endif %}
21 24
            {% with signup_form as form %}
22 25
            {% include "im/form_render.html" %}
23 26
            {% endwith %}

Also available in: Unified diff