diff --git a/README.rst b/README.rst index ee4d67ab..997211f3 100644 --- a/README.rst +++ b/README.rst @@ -47,10 +47,10 @@ host-portion of the URL. For example: :: - RFC1123 Pattern: + # RFC1123 Pattern: DJANGOCMS_LINK_INTRANET_HOSTNAME_PATTERN = r'[a-z,0-9,-]{1,15}' - NetBios Pattern: + # NetBios Pattern: DJANGOCMS_LINK_INTRANET_HOSTNAME_PATTERN = r'[a-z,0-9,!@#$%^()\\-\'{}.~]{1,15}' Either of these might accept a URL such as: ::