Skip to content

Commit e320c3f

Browse files
jensensstevepiercy
andauthored
Update docs/backend/behaviors.md
Co-authored-by: Steve Piercy <[email protected]>
1 parent 8f932dd commit e320c3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/backend/behaviors.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ This field is not displayed in most views.
254254
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`.
255255
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:
256256

257+
(behavior-code-example)=
258+
257259
```python
258260
from .price import IPriceBehavior
259261

0 commit comments

Comments
 (0)