Revision c2f4725d templates/welcome.html

b/templates/welcome.html
5 5
{% block content %}
6 6
<div id="welcome">
7 7
<h3>{% trans "Welcome" %}</h3>
8
<p>Welcome to GRNET's FoD service.</p>
9
<p>If you are new to the service, take some time to read the service description <a href="/fod/about/info/">here</a>.</p>
10
<p>If you have properly set your Shibboleth attributes, you can login using the link on the right</p>
11
<p>For troubleshooting info and remarks do not hesitate to contact GRNET's Helpdesk.</p>
12
</p>
8
<p>{% blocktrans %}Welcome to GRNET's FoD service.{% endblocktrans %}</p>
9
<p>{% blocktrans %}If you are new to the service, take some time to read the service description{% endblocktrans %} <a href="/fod/about/info/">{% trans "here" %}</a>.</p>
10
<p>{% blocktrans %}If you have properly set your Shibboleth attributes, you can login using the link on the right{% endblocktrans %}</p>
11
<p>{% blocktrans %}For troubleshooting info and remarks do not hesitate to contact GRNET's Helpdesk.{% endblocktrans %}</p>
13 12
</div>
14 13

  
15 14
<div id="loginform">
16 15
					<a href="{% url login %}">
17 16
					<img src="/static/shib_login.png" style="border:none;">
18
					<p>Shibboleth Login</p>
17
					<p>{% trans "Shibboleth Login" %}</p>
19 18
				</a>
20 19
</div>
21 20
{% endblock %}

Also available in: Unified diff