Skip to content

Commit

Permalink
a real fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jsheffie committed Jan 5, 2024
1 parent b99aed6 commit 64b80b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rangefilter/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ def _get_form_fields(self):
localize=True,
required=False,
initial=self.default_gte,
date_attrs={"placeholder": _("From date")},
time_attrs={"placeholder": _("From time")},
),
),
(
Expand All @@ -267,6 +269,8 @@ def _get_form_fields(self):
localize=True,
required=False,
initial=self.default_lte,
date_attrs={"placeholder": _("From date")},
time_attrs={"placeholder": _("From time")},
),
),
)
Expand Down

0 comments on commit 64b80b2

Please sign in to comment.