Pass through template name for the configure_extension view.

Review Request #4793 — Created Oct. 17, 2013 and submitted — Latest diff uploaded

Information

Review Board
release-1.7.x

Reviewers

Pass through template name for the configure_extension view.

djblets' configure_extension allows specifying a custom template, but review
board's didn't. This meant that if an extension wanted something special on its
settings page, it would have to re-implement the code from
reviewboard.extensions.views.


 
    Loading...