Added Person model with sorting_filters set to only order people who are board members.
Added custom template override to specify which people are sortable in change list. Added initial data fixture for people.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{% extends change_list_template_extends %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block object-tools-items %}
|
||||
<li>
|
||||
<a href="./sort/">{% trans 'Change Order of Board Members' %}</a>
|
||||
</li>
|
||||
{{ block.super }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user