Skip to content

Commit

Permalink
black formatting on djangoRT/forms.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AnishReddyRavula committed Oct 9, 2023
1 parent 0c60a45 commit ffeaa7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions djangoRT/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ class TicketGuestForm(BaseTicketForm):
Adds a CAPTCHA to reduce spam submissions.
"""

# label="" to not show the "Captcha" label in webpage
captcha = ReCaptchaField(widget=ReCaptchaV3, label="")

Expand Down

0 comments on commit ffeaa7a

Please sign in to comment.