Skip to content

Commit

Permalink
move short help to relevant input
Browse files Browse the repository at this point in the history
  • Loading branch information
amdomanska committed Feb 4, 2025
1 parent 0f0c8ec commit 40321b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions portality/forms/application_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -2097,6 +2097,9 @@ class FieldDefinitions:
"optional": True,
"label": "Deadline",
"name": "flag_deadline",
"validate": [
{"bigenddate": {"message": "Date must be a big-end formatted date (e.g. 2020-11-23)"}}
],
"help": {
"placeholder": "deadline (YYYY-MM-DD)",
},
Expand Down

0 comments on commit 40321b3

Please sign in to comment.