From 89bff2d4c9b53c8f41c045b7d616786b04b5e3d5 Mon Sep 17 00:00:00 2001 From: Abraham Vegh Date: Thu, 11 Mar 2021 22:40:03 -0500 Subject: [PATCH] Skip the cheatsheet link when tabbing --- netbox/utilities/forms/fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/utilities/forms/fields.py b/netbox/utilities/forms/fields.py index 5f1e06c3b..fd00a97ae 100644 --- a/netbox/utilities/forms/fields.py +++ b/netbox/utilities/forms/fields.py @@ -215,7 +215,7 @@ class CommentField(forms.CharField): default_label = '' # TODO: Port Markdown cheat sheet to internal documentation default_helptext = ' '\ - ''\ + ''\ 'Markdown syntax is supported' def __init__(self, *args, **kwargs):