Skip to content

Commit

Permalink
Add missing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored May 26, 2024
1 parent ca70769 commit 482203c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/api/models/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class MediaMixin(models.Model):
foreign_landing_url = models.TextField(
blank=True,
null=True,
verbose_name="foreign landing URL"
verbose_name="foreign landing URL",
help_text="The landing page of the work.",
)

Expand All @@ -83,7 +83,7 @@ class MediaMixin(models.Model):
max_length=2000,
blank=True,
null=True,
verbose_name="creator URL"
verbose_name="creator URL",
help_text="A direct link to the media creator.",
)

Expand Down

0 comments on commit 482203c

Please sign in to comment.