diff --git a/ui_tags/templatetags/layout_extras.py b/ui_tags/templatetags/layout_extras.py index c409b524..af4a0948 100644 --- a/ui_tags/templatetags/layout_extras.py +++ b/ui_tags/templatetags/layout_extras.py @@ -125,19 +125,15 @@ def help_icon( "Click for additional help" + " " + str(specifics) ) return django.utils.html.format_html( - '' - '{}' + '' + '{}' '', id_of_help, placement, title, css_class, title - # '' + - # '' + str(title) + '' )