Skip to content

Commit

Permalink
law reader lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Jan 14, 2025
1 parent 7f11ce6 commit f886ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion africanlii/templatetags/africanlii.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
@register.simple_tag
def law_reader_options():
law_readers = Book.objects.filter(
taxonomies__topic__slug="law-readers-refugee-law-readers"
taxonomies__topic__slug="african-law-compendiums-refugee-law-readers"
)
return list(law_readers.all())

0 comments on commit f886ce0

Please sign in to comment.