diff --git a/archivebox/themes/admin/grid_change_list.html b/archivebox/themes/admin/grid_change_list.html index f3a8898f..6894efd7 100644 --- a/archivebox/themes/admin/grid_change_list.html +++ b/archivebox/themes/admin/grid_change_list.html @@ -64,13 +64,13 @@ {% endif %} {% block result_list %} - {% comment %} {% if action_form and actions_on_top and cl.show_admin_actions %}{% admin_actions %}{% endif %} {% endcomment %} + {% if action_form and actions_on_top and cl.show_admin_actions %}{% admin_actions %}{% endif %} {% comment %} Table grid {% result_list cl %} {% endcomment %} {% snapshots_grid cl %} - {% comment %} {% if action_form and actions_on_bottom and cl.show_admin_actions %}{% admin_actions %}{% endif %} {% endcomment %} + {% if action_form and actions_on_bottom and cl.show_admin_actions %}{% admin_actions %}{% endif %} {% endblock %} {% block pagination %}{% pagination cl %}{% endblock %} diff --git a/archivebox/themes/admin/snapshots_grid.html b/archivebox/themes/admin/snapshots_grid.html index 114602ef..d374cff5 100644 --- a/archivebox/themes/admin/snapshots_grid.html +++ b/archivebox/themes/admin/snapshots_grid.html @@ -146,6 +146,7 @@ footer {