• 
      

    Collapse the {% load %} tags in templates.

    Review Request #5467 — Created Feb. 13, 2014 and submitted — Latest diff uploaded

    Information

    Review Board
    master
    269014b...

    Reviewers

    We had a lot of {% load %} tags in old templates that we could easily
    collapse down. This improves template rendering speed (fewer nodes to
    process) and saves memory for caching.

    I was also able to get rid of some loaded modules we weren't even using
    in some templates.

    Tested all the main pages for users and admins.

    Unit tests pass.