• 
      

    Add a template for handling fieldsets in a form.

    Review Request #8374 — Created Sept. 1, 2016 and submitted

    Information

    Djblets
    release-0.10.x
    cd24f54...

    Reviewers

    This splits out the logic for handling fieldsets into its own template
    (djblets_forms/admin/change_form_pae.html), allowing other templates to
    make use of it instead of having to reinvent their own logic.

    Tested that existing pages (like the Settings pages) still work properly.

    Used this in a form that needed to render fieldsets. Saw that forms both
    with and without fieldsets worked correctly.

    reviewbot
    1. Tool: PEP8 Style Checker
      Ignored Files:
          djblets/forms/templates/djblets_forms/admin/form_fieldsets.html
          djblets/forms/templates/djblets_forms/admin/change_form_page.html
      
      
      
      Tool: Pyflakes
      Ignored Files:
          djblets/forms/templates/djblets_forms/admin/form_fieldsets.html
          djblets/forms/templates/djblets_forms/admin/change_form_page.html
      
      
    2. 
        
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-0.10.x (9651fb4)