Generic list template

This commit is contained in:
2020-03-15 18:24:38 +00:00
parent 4c34e4e43e
commit 3814f5abfc
16 changed files with 217 additions and 344 deletions

View File

@@ -202,6 +202,7 @@ class OrganisationUpdate(generic.UpdateView):
class VenueList(generic.ListView):
template_name = "venue_list.html"
model = models.Venue
paginate_by = 20