codereview/templates/registration/logged_out.html

5 lines
85 B
HTML
Raw Normal View History

2010-12-08 22:01:09 +00:00
{% extends "layouts/default.html" %}
{% block content %}
Goodbye!
{% endblock %}