minor fixes

This commit is contained in:
Nick Sweeting 2021-02-01 02:17:54 -05:00
parent 560d3103a8
commit 923f517a8f
3 changed files with 8 additions and 2 deletions

View file

@ -106,6 +106,7 @@ class SnapshotAdmin(SearchResultsAdminMixin, admin.ModelAdmin):
actions = [delete_snapshots, overwrite_snapshots, update_snapshots, update_titles, verify_snapshots]
actions_template = 'admin/actions_as_select.html'
form = SnapshotAdminForm
list_per_page = 40
def get_urls(self):
urls = super().get_urls()