Skip to content

Commit

Permalink
avoid chameleon/mechanize compatibility error
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Sep 17, 2013
1 parent 8b10582 commit 25105ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plone/app/dexterity/browser/overview.pt
Expand Up @@ -16,13 +16,13 @@
tal:attributes="name context/name;
checked python:'checked' if 'none' in value else None"/>
<tal:block i18n:translate="label_no_content_types">No content types</tal:block>
</label><br/>
</label><br />
<label>
<input type="radio" value="all"
tal:attributes="name context/name;
checked python:'checked' if 'all' in value else None"/>
<tal:block i18n:translate="label_all_content_types">All content types</tal:block>
</label><br/>
</label><br />
<label>
<input type="radio" value="some"
tal:attributes="name context/name;
Expand Down

1 comment on commit 25105ad

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing information:

Please sign in to comment.