Fixed #21285 -- Fixed E121,E122 pep8 warnings
This commit is contained in:
committed by
Tim Graham
parent
959a52928e
commit
b5ac50e1e2
@@ -13,10 +13,10 @@ urlpatterns = patterns('',
|
|||||||
('form2', Page2),
|
('form2', Page2),
|
||||||
('form3', Page3),
|
('form3', Page3),
|
||||||
('form4', Page4)])),
|
('form4', Page4)])),
|
||||||
url(r'^wiz_other_template/$', CookieContactWizard.as_view(
|
url(r'^wiz_other_template/$', CookieContactWizard.as_view(
|
||||||
[('form1', Page1),
|
[('form1', Page1),
|
||||||
('form2', Page2),
|
('form2', Page2),
|
||||||
('form3', Page3),
|
('form3', Page3),
|
||||||
('form4', Page4)],
|
('form4', Page4)],
|
||||||
template_name='other_wizard_form.html')),
|
template_name='other_wizard_form.html')),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user