Arthur de Jong

Open Source / Free Software developer

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

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