Mercurial > public > sg101
comparison gpp/templates/accounts/logout.html @ 1:dbd703f7d63a
Initial import of sg101 stuff from private repository.
author | gremmie |
---|---|
date | Mon, 06 Apr 2009 02:43:12 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:900ba3c7b765 | 1:dbd703f7d63a |
---|---|
1 {% extends 'base.html' %} | |
2 {% block title %}Logged Out{% endblock %} | |
3 {% block content %} | |
4 <h2>Logged Out</h2> | |
5 <p>You are now logged out of SurfGuitar101.com. Thanks for spending some quality time with us today. Tell all your | |
6 friends about us and we hope we see you soon!</p> | |
7 {% endblock %} |