Skip to content

Commit

Permalink
Update lawlibrary/views/legislation.py
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Kempe <[email protected]>
  • Loading branch information
nickmwangemi and longhotsummer authored Jul 19, 2023
1 parent c52aebf commit 8637bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lawlibrary/views/legislation.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ def get_queryset(self):
class LocalityLegislationView(BaseLocalityLegislationView):
def get_context_data(self, **kwargs):
return super().get_context_data(
locality_legislation_title="Locality Legislation", **kwargs
locality_legislation_title="Provincial Legislation", **kwargs
)

0 comments on commit 8637bdd

Please sign in to comment.