Skip to content

Commit

Permalink
Merge pull request #31 from Pylons/class-normalization
Browse files Browse the repository at this point in the history
class normalization: camelcase to dashed
  • Loading branch information
mcdonc committed Oct 23, 2013
2 parents 0000e22 + 13f048c commit 0d882e6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 535 deletions.
2 changes: 1 addition & 1 deletion deformdemo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class Schema(colander.Schema):
def textinput_with_css_class(self):

css_widget = deform.widget.TextInputWidget(
css_class='deformWidgetWithStyle')
css_class='deform-widget-with-style')

class Schema(colander.Schema):
text = colander.SchemaNode(colander.String(),
Expand Down
262 changes: 0 additions & 262 deletions deformdemo/scripts/checkboxchoice.html

This file was deleted.

Loading

0 comments on commit 0d882e6

Please sign in to comment.