Skip to content

Commit

Permalink
Merge pull request #751 from ministryofjustice/add-optional-text
Browse files Browse the repository at this point in the history
Make sure users know that the paths in the access form is optional.
  • Loading branch information
s-block authored Sep 30, 2019
2 parents 3a432d6 + 9b48f73 commit 59a4396
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions controlpanel/frontend/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ class GrantAccessForm(forms.Form):
],
required=True,
),
label="Paths",
help_text="Add specific paths for this user or group to access",
label="Paths (optional)",
help_text="Add specific paths for this user or group to access or leave blank "
"for whole bucket access",
required=False,
delimiter="\n",
)
Expand Down

0 comments on commit 59a4396

Please sign in to comment.