fixed migration

This commit is contained in:
David Kennedy 2024-01-02 12:14:53 -05:00
parent ffe34fe71e
commit d78494fe9f
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -14,7 +14,7 @@ class Migration(migrations.Migration):
name="security_contact_registry_id",
field=models.TextField(
editable=False,
help_text="Duplication of registry's security contact id for when registry unavailable",
help_text="Duplication of registry's security contact id for when registry is unavailable",
null=True,
),
),