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

admin links at admin/nomination/url/ are raw html #110

Closed ldko closed 1 year ago

ldko commented 3 years ago

I think we need to use mark_safe where we set the return values for links in the admin for URL. This is similar to what we did in this django-controlled-vocabularies PR.

ldko commented 1 year ago

closed by #109