creating template from submitted jobs
[qcg-portal.git] / qcg / templates / qcg / logout.html
1 {% extends 'qcg/base.html' %}
2
3 {% block container %}
4     <h1 class="page-header">{% block title %}Wylogowano{% endblock %}</h1>
5
6     <p>Powrót do:
7         {% if return_to %}
8             <a href="{{ return_to }}" class="btn btn-default">poprzedniej strony</a>
9             lub
10         {% endif %}
11         <a href="{% url 'index' %}" class="btn btn-default">strony głównej</a>.
12     </p>
13
14     <iframe src="https://openid.plgrid.pl/logout" hidden></iframe>
15 {% endblock %}