mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-26 18:02:18 +00:00
Mooooore status chips, mooore
This commit is contained in:
@@ -135,3 +135,9 @@ class EventChecklistCreate(generic.CreateView):
|
||||
|
||||
def get_success_url(self):
|
||||
return reverse_lazy('ec_detail', kwargs={'pk': self.object.pk})
|
||||
|
||||
|
||||
class EventChecklistList(generic.ListView):
|
||||
paginate_by = 20
|
||||
model = models.EventChecklist
|
||||
template_name = 'event_checklist_list.html'
|
||||
|
||||
Reference in New Issue
Block a user