{% extends 'admin/change_list.html' %} {% load admin_list %} {% block result_list %} {% if action_form and actions_on_top and cl.show_admin_actions %}{% admin_actions %}{% endif %} {% if cl.result_list|length %}

To approve photos, check the checkbox for each photo you want to approve and then choose "Approve Photos" from the "Action" dropdown menu above.

{% endif %} {% result_list cl %} {% if action_form and actions_on_bottom and cl.show_admin_actions %}{% admin_actions %}{% endif %} {% endblock result_list %}