mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 12:04:15 +00:00
12 lines
No EOL
337 B
HTML
12 lines
No EOL
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 %} |