Get rid of deprecated ifnotequal templatetag.
Review Request #12013 — Created Jan. 27, 2022 and submitted — Latest diff uploaded
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
reviewboard/templates/notifications/reply_email.txt |
---|