We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a57617 commit ac542e4Copy full SHA for ac542e4
docs/backend/behaviors.md
@@ -254,7 +254,7 @@ This field is not displayed in most views.
254
To display the data entered in this field, you need to modify the page template by adding the `price_net` field as `context.price_net`.
255
To access the `price_vat` and `price_gross` fields from a browser view, you need to get the adapter from the context of the view:
256
257
-```Python
+```python
258
from .price import IPriceBehavior
259
260
class SomeViewClass:
0 commit comments