Revision c9556cfc snf-astakos-app/astakos/im/templates/im/api_access_base.html

b/snf-astakos-app/astakos/im/templates/im/api_access_base.html
41 41
    {% block page.body.token %}
42 42
        <h2>API details</h2>
43 43
        <p>
44
    To use {{ BRANDING_SERVICE_NAME }} via its REST API the only things you will need is your
45
    Authentication Token and the Identity Service's public URL, which you can
46
    find right below.<br /><br />
44
	To use {{ BRANDING_SERVICE_NAME }} via its REST API you will need the following Authentication URL
45
	and API token:<br /><br />
47 46
        </p>
48 47
        <div class="token-view">
49 48
            <div class="detail small clearfix">
50
                <span class="title">Authentication url</span>
49
                <span class="title">Authentication URL</span>
51 50
                <input type="text" value="{{ token_url }}" disabled />
52 51
            </div>
53 52
            <div class="detail clearfix">
......
66 65
                        <a href="#" class="do">renew token</a>
67 66
                        <a href="#" class="confirm">confirm</a>
68 67
                        <a href="#" class="close">x</a>
69
                        <p class="sub">Make sure to set the new token in any client you may be using each
70
                time you renew your token.</p>
68
			<p class="sub">Every time you renew it, make sure to
69
		update the clients you use with the new token.</p>
71 70
                    </div>
72 71
                </div>
73 72
                

Also available in: Unified diff