mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-19 22:42:17 +00:00
Start building a page to select items based on category.
Requires some new CSS for the side nav.
This commit is contained in:
@@ -27,3 +27,8 @@ class SelfUserTrainingRecordView(UserTrainingRecordView):
|
||||
self.kwargs['pk'] = pk
|
||||
|
||||
return self.model.objects.filter(pk=pk)
|
||||
|
||||
|
||||
class TrainingCategoryItemListView(generic.ListView):
|
||||
model = models.TrainingCategory
|
||||
template_name = 'training/trainingcategory_item_list.html'
|
||||
|
||||
Reference in New Issue
Block a user