Fix problems with {% url %} overrides.
Review Request #2021 — Created Dec. 29, 2010 and submitted — Latest diff uploaded
Fix problems with {% url %} overrides. There were a couple problems with our override of the url templatetag, which mostly stemmed from the fact that reviewboard.site.templatetags wasn't always being called in every python instance.
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
reviewboard/__init__.py |
---|
reviewboard/reviews/templatetags/reviewtags.py |
---|