{% extends 'admin/change_list.html' %}
{% load static %}
{% block extrahead %}
{{ block.super }}
{# This makes use of some hacky javascript to replace the default "actions" dropdown list with more user-friendly buttons for each action. #}
{% endblock %}