Admin classes to change SP properties
[cascardo/ipsilon.git] / templates / admin / index.html
1 {% extends "master-admin.html" %}
2 {% block main %}
3 {% if user.is_admin %}
4     <h2>Select an item to configure</h2>
5 {% endif %}
6 {% endblock %}