Remove outdated template tags in the Tool admin list.

Review Request #12889 — Created March 14, 2023 and submitted — Latest diff uploaded

Information

ReviewBot
release-3.x

Reviewers

The Tool admin list page made use of some template tags that have since
been removed in Django. We had a compatibility shim to ensure these
would work, but as this has broken in production and we don't actually
need to use these template tags anymore, this change removes the usage
entirely.

Tested that the page loads correctly now with Review Board 5.

Verified the template didn't make use of these tags.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Remove outdated template tags in the Tool admin list.
The Tool admin list page made use of some template tags that have since been removed in Django. We had a compatibility shim to ensure these would work, but as this has broken in production and we don't actually need to use these template tags anymore, this change removes the usage entirely.
4bfe31968597a7bfa07de84a93bdf738c94ec99c Christian Hammond
extension/reviewbotext/templates/admin/reviewbotext/tool/change_list.html
Loading...