Statistics
| Branch: | Tag: | Revision:

root / astakos / im / templates / registration / logged_out.html @ 890b0eaf

History | View | Annotate | Download (191 Bytes)

1
{% extends 'base.html'%}
2

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