summaryrefslogtreecommitdiff
path: root/openstack-dashboard/dashboard/templates/registration/logout.html
blob: a97e385991df8a69ad172bdf1092ea5babec10dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% extends "base.html" %}
{% block region %}{% endblock %}

{% block title %}Signed Out{% endblock %}

{% block content %}
  <div id="page_head">
    <h2>Signed out</h2>
  </div>

  <p>
    You have successfully signed out of your account.
  </p>
{% endblock %}