source: remit/remit_templates/registration/logged_out.html @ 0f53aae

client
Last change on this file since 0f53aae was 0f53aae, checked in by Alex Dehnert <adehnert@…>, 15 years ago

Generally improve user account display

When testing, it can be painful to figure out why you can't access pages
because there's no good way to log out or see what account you're using.
This tries to change that, in a way that can also be vaguely useful for
normal users.

  • Property mode set to 100644
File size: 251 bytes
Line 
1{% extends "base.html" %}
2
3{% block title %}Logged out of Remit{% endblock %}
4{% block content %}
5
6<h2>Logged out of Remit</h2>
7
8<p>You have been logged out of Remit. You can return to the <a href='{% url homepage %}'>homepage</a>.</p>
9{% endblock %}
Note: See TracBrowser for help on using the repository browser.