Skip to content

Commit

Permalink
Merge pull request #1236 from laws-africa/no-numbered-title-recommend…
Browse files Browse the repository at this point in the history
…ations-za

add 'recommendation' to list of subtypes that don't get a numbered title in ZA
  • Loading branch information
goose-life authored Jan 25, 2021
2 parents 582a348 + 26e51cd commit 2fbcbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indigo_za/work_detail.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class WorkDetailZA(BaseWorkDetail):
locale = ('za', None, None)
""" Locale for this object, as a tuple: (country, language, locality). None matches anything."""
no_numbered_title_subtypes = ['by-law', 'mo', 'rules']
no_numbered_title_subtypes = ['by-law', 'mo', 'rules', 'recommendation']


@plugins.register('work-detail')
Expand Down

0 comments on commit 2fbcbbb

Please sign in to comment.