Skip to content

Commit

Permalink
fix: Fix error introduced in 0b3a979
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Dec 10, 2023
1 parent 85bda7a commit 85758b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boundaries/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ class BoundarySet(models.Model):
help_text=_("The geographic area covered by the boundary set."),
)
last_updated = models.DateField(
help_text=_('The most recent date on which the data was updated.')),
help_text=_('The most recent date on which the data was updated.'),
)
source_url = models.URLField(
blank=True,
help_text=_('A URL to the source of the data.'),
Expand Down

0 comments on commit 85758b8

Please sign in to comment.