unt-libraries / django-nomination

A Django application for nominating URLs by project.
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Fix url lookup reports clash #86

Closed ldko closed 7 years ago

ldko commented 7 years ago

This is a small PR to fix #85 caused by our urlpattern regexes not requiring the pattern to be matched at the beginning of the path.

ping @somexpert @runderwood

somexpert commented 7 years ago

looks good to me :thumbsup:

runderwood commented 7 years ago

ok! :thumbsup: