Stage attributions should be restricted to MP* sections
This commit is contained in:
parent
279b98171d
commit
7dc641edff
3 changed files with 7 additions and 6 deletions
|
|
@ -162,7 +162,7 @@ class AttributionView(TemplateView):
|
|||
|
||||
context.update({
|
||||
#'period_form': PeriodForm(),
|
||||
'sections': Section.objects.all(),
|
||||
'sections': Section.objects.filter(name__startswith='MP'),
|
||||
'referents': referents,
|
||||
})
|
||||
return context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue