Skip to content

Commit

Permalink
Allow indexing on courts and tribunals list page
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonj04 committed Jan 6, 2025
1 parent 4c5f6a5 commit a8f26f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/views/courts.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class CourtsTribunalsListView(TemplateViewWithContext):

template_name = "pages/courts_and_tribunals.html"
page_title = "Judgments and decisions by court or tribunal"
page_allow_index = True

def get_context_data(self, **kwargs):
context = super().get_context_data(**kwargs)
Expand Down

0 comments on commit a8f26f6

Please sign in to comment.