add section to review_section context
This commit is contained in:
parent
7f0c8496c7
commit
c7dd6e6f8d
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ def review_section(request, section_slug, assigned=False):
|
|||
|
||||
ctx = {
|
||||
"proposals": proposals,
|
||||
"section": section,
|
||||
}
|
||||
|
||||
return render(request, "reviews/review_list.html", ctx)
|
||||
|
|
Loading…
Reference in a new issue