Files
edx-platform/lms/templates/registration/logout.html
2012-06-06 14:09:01 -04: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 %}