summaryrefslogtreecommitdiffstats
path: root/templates/admin/index.html
blob: a0d17fe767beb93369237582b36e3a8255bd1b63 (plain)
1
2
3
4
5
6
{% extends "master-admin.html" %}
{% block main %}
{% if user.is_admin %}
    <h2>Select an item to configure</h2>
{% endif %}
{% endblock %}