Get rid of deprecated ifnotequal templatetag.

Review Request #12013 — Created Jan. 27, 2022 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

The old {% ifnotequal %} template tag has been deprecated in favor of
{% if %}. We had fixed up most of these but there was one template
that was still using the old one.

Ran unit tests.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2

Commits

First Last Summary ID Author
Get rid of deprecated ifnotequal templatetag.
The old `{% ifnotequal %}` template tag has been deprecated in favor of `{% if %}`. We had fixed up most of these but there was one template that was still using the old one. Testing Done: Ran unit tests.
369a1211935308f36a18dabab9b8d9583e4a7dca David Trowbridge
reviewboard/templates/notifications/reply_email.txt
Loading...