Revision 8a084e9f snf-astakos-app/astakos/im/templates/im/signup.html

b/snf-astakos-app/astakos/im/templates/im/signup.html
18 18
{% block body.right %}
19 19
<h2>{% trans "SIGN UP" %}</h2>
20 20
{% if not third_party_token and not signup_form.errors %}
21
<p>{% trans "Sign up using one of the following methods" %}</p>
21
<p>{% trans "Choose one of the following sign up methods." %}</p>
22 22
<div class="extralogin">
23 23
{% for provider in auth_providers %}
24 24
	{% if provider.is_available_for_create %}
25 25
		{% if provider.module == 'local' %}
26
			<a href="#" class="submit standalone" id="signup-classic">CLASSIC SIGN UP</a>
26
			<a href="#" class="submit standalone" id="signup-classic">CLASSIC</a>
27 27
            {% if "local" in im_modules %}
28 28
            {% include "im/auth/signup_form.html" %}
29 29
		    {% endif %}
30 30
		{% else %}
31 31
			{% if provider.module == 'shibboleth' %}
32
				<a href="{% provider_login_url provider %}" class="submit standalone">ACADEMIC SIGN UP</a>
32
				<a href="{% provider_login_url provider %}" class="submit standalone">ACADEMIC</a>
33 33
			{% else %}
34 34
			<a href="{% provider_login_url provider %}" title="{{ provider.get_title_display }}" class="icons">
35 35
				<img src=" {{ provider.get_icon_url_display }}" alt="{{ provider.get_title_display }}">

Also available in: Unified diff