Skip to content

Commit

Permalink
DWPF-743 temporarily remove help text
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLamb committed Sep 5, 2023
1 parent 0d0b066 commit f47498f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/peoplefinder/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,9 +519,9 @@ class RemoteWorking(models.TextChoices):

first_name = models.CharField(
max_length=200,
help_text=(
"If you enter a preferred name below, this name will be hidden to others"
),
# help_text=(
# "If you enter a preferred name below, this name will be hidden to others"
# ),
)
last_name = models.CharField(
max_length=200,
Expand Down

0 comments on commit f47498f

Please sign in to comment.