Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix label text for required Floating Fields #101

Merged
merged 1 commit into from
Mar 16, 2022
Merged

Fix label text for required Floating Fields #101

merged 1 commit into from
Mar 16, 2022

Commits on Mar 16, 2022

  1. Fix label text for required Floating Fields

    - For Floating Fields, added an asterisk (*) to the end of label text
      to denote a required field.
    - Enclosed the * in a span tag with the required styling (see link
      below for more info about styling the required fields asterisk)
    - Updated test result files to reflect these changes.
    
    Asterisk CSS stying info:
    https://django-crispy-forms.readthedocs.io/en/latest/crispy_tag_forms.html?highlight=asteriskField#change-required-field
    jmoppel committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    aab6494 View commit details
    Browse the repository at this point in the history