Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / registration / logged_out.html @ 27e51b28

History | View | Annotate | Download (224 Bytes)

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

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