Skip to content

Commit

Permalink
Merge pull request #1001 from nationalarchives/support-ukait
Browse files Browse the repository at this point in the history
Support ukait court URLs
  • Loading branch information
jacksonj04 authored Nov 23, 2023
2 parents 956d3c1 + 559f7cc commit 6e3941e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judgments/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def to_url(self, value):


class CourtConverter:
regex = "ewhc|uksc|ukpc|ewca|ewcop|ewfc|ukut|eat|ukftt"
regex = "ewhc|uksc|ukpc|ewca|ewcop|ewfc|ukut|eat|ukftt|ukait"

def to_python(self, value):
return value
Expand Down

0 comments on commit 6e3941e

Please sign in to comment.