mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-19 06:11:06 +00:00
docs: Fix simple typo, taht -> that (#471)
There is a small typo in djadmin2/filters.py. Should read `that` rather than `taht`.
This commit is contained in:
parent
08867d7e13
commit
49f569cc6c
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class NumericDateFilter(django_filters.DateFilter):
|
|||
|
||||
|
||||
class ChoicesAsLinksWidget(django_widgets.Select):
|
||||
"""Select form widget taht renders links for choices
|
||||
"""Select form widget that renders links for choices
|
||||
instead of select element with options.
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue