1
0
mirror of https://github.com/django/django.git synced 2025-01-03 06:55:47 +00:00
django/tests/templates/custom_admin/logout.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
135 B
HTML
Raw Permalink Normal View History

{% extends "registration/logged_out.html" %}
{% block content %}
Hello from a custom logout template
{{ block.super }}
{% endblock %}