Skip to content

Commit

Permalink
Fixed a couple of typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
juandecarrion committed Sep 24, 2011
1 parent 28af33e commit 0feeb31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ And yet, django-uni-form does much more! By providing a form helper and sophisti
)
Div(
'form_field_2',
'form_field_',
'form_field_3',
)
ButtonHolder(
Submit('svae', 'Save', css_class='button white')
Submit('save', 'Save', css_class='button white')
)
)
return super(MyForm, self).__init__(*args, **kwargs)
Expand Down

0 comments on commit 0feeb31

Please sign in to comment.