medor.www
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

logout.html
text/html

Download raw (206 bytes)

{% extends "registration/registration_base.html" %}
{% load i18n %}

{% block title %}{% trans "Logged out" %}{% endblock %}

{% block content %}
<p>{% trans "Successfully logged out" %}.</p>
{% endblock %}