django-mako-plus
django-mako-plus copied to clipboard
crash fix when using a custom dmp_path regex
- This prevents a crash if the dmp_path regex captures a None value for the dmp_urlparams matching group. A regex like:
^(org.(?P
for a path like: org.agency-1/agent_dashboard/
would result in the crash.