mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-28 10:52:16 +00:00
Generic list template
This commit is contained in:
@@ -202,6 +202,7 @@ class OrganisationUpdate(generic.UpdateView):
|
||||
|
||||
|
||||
class VenueList(generic.ListView):
|
||||
template_name = "venue_list.html"
|
||||
model = models.Venue
|
||||
paginate_by = 20
|
||||
|
||||
|
||||
Reference in New Issue
Block a user