Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
201 B
10 lines
201 B
{% extends "base.htm" %}
|
|
{% load i18n %}
|
|
|
|
{% block title %}You have been logged out{% endblock %}
|
|
|
|
{% block content %}
|
|
<h2>You have been logged out.</h2>
|
|
<p>Thank you for visiting.
|
|
</p>
|
|
{% endblock %}
|