mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 15:13:33 +00:00
12 lines
337 B
HTML
12 lines
337 B
HTML
{% extends "base_auth.html" %}
|
|
{% load i18n %}
|
|
{% block title %}{% trans "Sign Out" %}{% endblock %}
|
|
{% block content %}
|
|
<div class="row">
|
|
<div class="col-xs-12" role="main">
|
|
<div class="logout">
|
|
<h1>{% trans "Successful log out" %}</h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endblock %} |