torchbox / django-pattern-library

UI pattern libraries for Django templates
https://torchbox.github.io/django-pattern-library/
BSD 3-Clause "New" or "Revised" License
360 stars 44 forks source link

Fix pattern name URL regex to account for Windows paths with backslash. Fix #222 #223

Closed reedjones closed 1 year ago

reedjones commented 1 year ago

Description

Fixed url pattern regex to account for windows paths Fixes # (issue)

https://github.com/torchbox/django-pattern-library/issues/222

Checklist