Replace all remaining usage of `basic_tag` with `simpletag`
Review Request #8356 — Created Aug. 26, 2016 and submitted — Latest diff uploaded
This patch replaces all remaining usage of
djblets.util.decorators.basictagwith Django'sLibrary.basic_tag,
as the former will be deprecated in Djblets 0.10
Ran unit tests.