Statistics
| Branch: | Tag: | Revision:

root / templates / welcome.html @ bbb71107

History | View | Annotate | Download (745 Bytes)

1
{% extends "base.html" %}
2
{% load i18n %}
3
{% block title %}{% trans "Login" %}{% endblock %}
4
{% block brcrmb_container %}{% endblock %}
5
{% block content %}
6
<div id="welcome">
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>
13
</div>
14

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