Simplify many of our template tags

Review Request #92 — Created June 21, 2007 and submitted — Latest diff uploaded

Information

Review Board SVN (deprecated)
trunk

Reviewers

Using our new @blocktag decorator, we can simplify a whole lot of template tags. Do so!
The pages using them appear to work. Wrote some unit tests for a couple of the more independent email templatetags, and they work.
/trunk/reviewboard/reviews/tests.py
/trunk/reviewboard/reviews/templatetags/emailtags.py
/trunk/reviewboard/reviews/templatetags/reviewtags.py
/trunk/reviewboard/templates/accounts/login.html
/trunk/reviewboard/templates/accounts/prefs.html
/trunk/reviewboard/templates/accounts/register.html
/trunk/reviewboard/templates/diffviewer/upload.html
/trunk/reviewboard/templates/diffviewer/view_diff.html
/trunk/reviewboard/templates/reviews/dashboard.html
/trunk/reviewboard/templates/reviews/group_list.html
/trunk/reviewboard/templates/reviews/new_review_request.html
/trunk/reviewboard/templates/reviews/review_detail.html
/trunk/reviewboard/templates/reviews/review_list.html
/trunk/reviewboard/templates/reviews/review_request_box.html
/trunk/reviewboard/templates/reviews/screenshot_detail.html
/trunk/reviewboard/templates/reviews/submitter_list.html
/trunk/reviewboard/templates/reviews/upload_screenshot.html
/trunk/reviewboard/utils/tests.py
/trunk/reviewboard/utils/templatetags/htmlutils.py
Loading...