From c970de36c70bfa9ef8f906491f6bc78ac97c8cd3 Mon Sep 17 00:00:00 2001 From: Johanna England Date: Thu, 14 Nov 2024 12:45:30 +0100 Subject: [PATCH] Remove now unused crispy HelpField --- python/nav/web/crispyforms.py | 6 ------ 1 file changed, 6 deletions(-) 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