Skip to content

Commit

Permalink
feat: add help text to alvo pressure's field
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelzinh3 committed Dec 5, 2023
1 parent dc6e307 commit d0e1fce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/contrib/actions/pressure/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ class EditPressurePluginForm(ChangeReferenceBaseModelForm):
# Extra fields
targets = forms.CharField(
label="Alvos",
widget=ArrayWidget(),
widget=ArrayWidget(attrs={"placeholder": "Nome do alvo: <[email protected]>"}),
help_text="Escreva nome e e-mail do alvo desta forma: \"Nome do alvo <[email protected]>\" e pressione ENTER."
)

pressure_email_subject = forms.CharField(
Expand Down

0 comments on commit d0e1fce

Please sign in to comment.