Skip to content

Commit

Permalink
Merge pull request Uninett#3204 from Uninett/cleanup/remove-crispy-he…
Browse files Browse the repository at this point in the history
…lp-field

Remove now unused crispy `HelpField`
  • Loading branch information
johannaengland authored Nov 14, 2024
2 parents cacf740 + c970de3 commit 2578826
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions python/nav/web/crispyforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ def __init__(self, field, css_classes: Optional[str] = None):
self.template = 'custom_crispy_templates/form_checkbox.html'


class HelpField(Field):
"""Field that displays an icon with tooltip as helptext"""

template = 'custom_crispy_templates/field_helptext_as_icon.html'


class HelpFormField:
"""Field that displays an icon with tooltip as helptext
Expand Down

0 comments on commit 2578826

Please sign in to comment.