summaryrefslogtreecommitdiff
path: root/tests/templates/custom_admin/login.html
blob: e10a26952fa66803937237dc4676cee207d76ef0 (plain)
1
2
3
4
5
6
{% extends "admin/login.html" %}

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