Revision bbb71107

b/templates/base.html
85 85
			{% if user.is_authenticated %}
86 86
			{% trans "If you have any questions or need help, contact GRNET Helpdesk at <a href='mailto:helpdesk@grnet.gr'>helpdesk@grnet.gr</a> or 800-11-47638." %}<br />
87 87
			{% endif %}
88
			<a href="http://www.grnet.gr">{% trans "GRNET" %} NOC</a> | <a href="#">{% trans "Info" %}</a> | <a href="#">{% trans "Service Terms" %}</a>
88
			<a href="http://www.grnet.gr">{% trans "GRNET" %} NOC</a> | <a href="/fod/about/info/">{% trans "Info" %}</a> | <a href="/fod/about/terms-of-service/">{% trans "Service Terms" %}</a>
89 89
			</div>
90 90
	</div>
91 91
</body>
b/templates/welcome.html
6 6
<div id="welcome">
7 7
<h3>{% trans "Welcome" %}</h3>
8 8
<p>Welcome to GRNET's FoD service.</p>
9
{% comment %}<p>If you are new to the service, take some time to read the service description <a href="/about/info">here</a>.</p>{% endcomment %}
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>
10 11
<p>For troubleshooting info and remarks do not hesitate to contact GRNET's Helpdesk.</p>
11 12
</p>
12 13
</div>

Also available in: Unified diff