summaryrefslogtreecommitdiff
path: root/templates/registration/logout.html
blob: 71daa2e856197c7afe98c64ce4d663d2982e0b53 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends "base.html" %}
{% block title %}{{ BRANDING_DISTRONAME }} - Logout successful{% endblock %}

{% block content %}
<div id="dev-logout" class="box">
    <h2>Developer Logout</h2>

    <p>Logout was successful.<p>
</div>
{% endblock %}