gwu-libraries / inventory_old

A system for tracking location of digital items and progress in reformatting projects
MIT License
5 stars 1 forks source link

ajax autocomplete calls should use django url template tag #216

Closed dchud closed 10 years ago

dchud commented 10 years ago

Rather than:

url: "/ajax/search_collection_autocomplete/",

...it would be better to use url: "{% url 'search_collection_autocomplete' %}", etc.