Statistics
| Branch: | Tag: | Revision:

root / templates / welcome.html @ 33e8f0b8

History | View | Annotate | Download (667 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
{% 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 %}
10
<p>For troubleshooting info and remarks do not hesitate to contact GRNET's Helpdesk.</p>
11
</p>
12
</div>
13

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