Remove three unused template tags.
Review Request #9253 — Created Oct. 9, 2017 and submitted — Latest diff uploaded
The
{% ifneatnumber %}
,{% dashboard_entry %}
, and
{% nav_active %}
template tags haven't been used in a while, but the
code has remained. This change simply gets rid of them and the unit test
for{% ifneatnumber %}
.
Unit tests pass.
Tested the administration UI, dashboard, and review request pages to make
sure nothing regressed.
reviewboard/admin/templatetags/rbadmintags.py |
---|
reviewboard/reviews/templatetags/reviewtags.py |
---|
reviewboard/reviews/tests/test_template_tags.py |
---|