Skip to content

Commit b187d06

Browse files
committed
Remove the _model variable from the group label template example
1 parent 8a72826 commit b187d06

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

documentation/3-complex-field/5-setup-methods.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ Example usage:
7474
))
7575
->set_header_template('
7676
<# if (name && drivers_license_id) { #>
77-
<# if (picture) { #>
78-
<img src="{{ _models.picture.get("url") }}" width="18" height="18">
79-
<# } #>
80-
8177
Driver: {{ name }}, {{ drivers_license_id }}
8278
<# } #>
8379
')

0 commit comments

Comments
 (0)