Merge pull request #4096 from elju/patch-1

Updated forms.py to match current naming (Fix for #4095)
This commit is contained in:
Jeremy Stretch 2020-02-05 16:25:34 -05:00 committed by GitHub
commit 3f2c74f5e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ DEVICE_BY_PK_RE = r'{\d+\}'
INTERFACE_MODE_HELP_TEXT = """ INTERFACE_MODE_HELP_TEXT = """
Access: One untagged VLAN<br /> Access: One untagged VLAN<br />
Tagged: One untagged VLAN and/or one or more tagged VLANs<br /> Tagged: One untagged VLAN and/or one or more tagged VLANs<br />
Tagged All: Implies all VLANs are available (w/optional untagged VLAN) Tagged (All): Implies all VLANs are available (w/optional untagged VLAN)
""" """