From 720b88048d2ac32c7db8befcbfa0eaef82b4f358 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):