• 
      

    Fix the admin's add/change repository form

    Review Request #3334 — Created Sept. 19, 2012 and submitted — Latest diff uploaded

    Information

    Review Board

    Reviewers

    The admin add/change repository form is missing it's jQuery dependency.
    
    Re-introduced jQuery into the template that displays the admin repository
    form to satisfy the forms JS' dependency. While Django's admin bundles its
    own, namespaced copy of jQuery along with ModelAdmin forms, using Review
    Board's copy instead guarantees that we get the version of jQuery we
    expect.
    
    Fixes Issue 2742