Remove helper text

This commit is contained in:
zandercymatics 2024-10-02 08:17:29 -06:00
parent 0e7969f7c7
commit f67c4e0da2
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 36 additions and 2 deletions

View file

@ -327,7 +327,6 @@ class DomainRequest(TimeStampedModel):
null=True,
blank=True,
related_name="DomainRequest_portfolio",
help_text="If blank, request is not associated with a portfolio.",
)
sub_organization = models.ForeignKey(