Browse Source

doc missing cote in example

pull/236/head
Pierre Verkest 9 years ago
parent
commit
3b56d99736
  1. 2
      web_widget_boolean_switch/README.rst

2
web_widget_boolean_switch/README.rst

@ -23,7 +23,7 @@ Example
<field name="active"
widget="boolean_switch"
context="{'fake_parameter': 'foo'}"
options="{'quick_edit': True, extra: {'onText': 'Yes', 'offText': 'No' }"/>
options="{'quick_edit': True, 'extra': {'onText': 'Yes', 'offText': 'No' }"/>
```
.. note::

Loading…
Cancel
Save