source: remit/remit_templates/registration/logged_out.html @ 0671644

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

Add "login again" link to logout page

  • Property mode set to 100644
File size: 296 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> or <a href='{% url login %}'>login again</a>.</p>
9{% endblock %}
Note: See TracBrowser for help on using the repository browser.