euscan-ng/euscanwww/djeuscan/templates/registration/logout.html

14 lines
236 B
HTML
Raw Normal View History

{% extends "registration/_registration_base.html" %}
{% load i18n %}
{% block content %}
<p>You're logged out."</p>
<p>Redirect...</p>
<script type="text/javascript">
window.location.href = "/";
</script>
{% endblock %}