Allow registration forms to provide initial values

Review Request #7576 — Created Aug. 11, 2015 and submitted — Latest diff uploaded

Information

Djblets
master

Reviewers

The Djblets register view now accepts an additional paramter,
initial_values, that will pre-fill the form with data.

Used this in an app with a register form to provide initial values.

    Loading...