Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/templates/custom_admin/logout.html
blob: 3a9301b6c641a10ffa7f747723179cb77c5af19b (plain)
1
2
3
4
5
6
{% extends "registration/logged_out.html" %}

{% block content %}
Hello from a custom logout template
{{ block.super }}
{% endblock %}