mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-01 04:42:21 +00:00
Generic list template
This commit is contained in:
@@ -228,9 +228,9 @@ class EventPrint(generic.View):
|
||||
|
||||
|
||||
class EventArchive(generic.ListView):
|
||||
template_name = "event_archive.html"
|
||||
model = models.Event
|
||||
paginate_by = 25
|
||||
template_name = "event_archive.html"
|
||||
|
||||
def get_context_data(self, **kwargs):
|
||||
# get super context
|
||||
|
||||
Reference in New Issue
Block a user