diff --git a/python/nav/web/crispyforms.py b/python/nav/web/crispyforms.py index ea4e4fac36..a91e24cf6f 100644 --- a/python/nav/web/crispyforms.py +++ b/python/nav/web/crispyforms.py @@ -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