Skip to content

Commit

Permalink
fix missing right of reply condition in volunteer progress csv
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Dec 19, 2024
1 parent 699da05 commit a803a31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crowdsourcer/views/marking.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ def get_context_data(self, **kwargs):
section_link = "home"
elif assignment.response_type.type == "First Mark":
section_link = "section_authorities"
elif assignment.response_type.type == "Right of Reply":
section_link = "authority_ror_authorities"
elif assignment.response_type.type == "Audit":
section_link = "audit_section_authorities"

Expand Down

0 comments on commit a803a31

Please sign in to comment.