Mark HTML row data as safe in repository admin list.
Review Request #12107 — Created March 7, 2022 and submitted — Latest diff uploaded
The list of repositories in the admin includes one column which contains
HTML, for the "Hooks" and "RBTools Setup" buttons. The new version of
Django was escaping these because the oldallow_tags
property has been
removed. This can be solved by marking the content as safe first.
Looked at repository list and saw buttons instead of HTML.