evorepo/templates/registration/logout.html
Dan McGee c722d8bf9e Remove multiple account login/logout URLs
And slightly spruce up the logout template with a header.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-03-04 09:36:18 -06:00

12 lines
227 B
HTML

{% extends "base.html" %}
{% block title %}Arch Linux - Logout successful{% endblock %}
{% block content %}
<div id="dev-logout" class="box">
<h2>Developer Logout</h2>
<p>Logout was successful.<p>
</div>
{% endblock %}