Revision d20cecdc astakos/im/templates/registration/logged_out.html

b/astakos/im/templates/registration/logged_out.html
1
{% extends 'base.html'%}
1
{% extends 'one_col_base.html'%}
2 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%}
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 %}

Also available in: Unified diff