Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / registration / logged_out.html @ 27993be5

History | View | Annotate | Download (259 Bytes)

1
{% extends 'im/one_col_base.html'%}
2

    
3
{%block page.title %}Logout{% endblock %}
4
{% block body %}
5
<div class="section">
6
    <h2>Logout</h2>
7
    <p>You have successfully logged out. <a href="{% url astakos.im.views.index %}">Login</a>.</p>
8
</div>
9
{% endblock %}