Files
edx-platform/registration/logout.html
2011-12-08 04:02:28 +00:00

8 lines
262 B
HTML

{% extends "registration/base.html" %}
{% block title %}Logged out{% endblock %}
{% block content %}
<h1>You've been logged out.</h1>
<p>Thanks for stopping by; when you come back, don't forget to <a href="/accounts/login/">log in</a> again.</p>
{% endblock %}