There was an error while loading. Please reload this page.
1 parent 8a72826 commit b187d06Copy full SHA for b187d06
documentation/3-complex-field/5-setup-methods.md
@@ -74,10 +74,6 @@ Example usage:
74
))
75
->set_header_template('
76
<# if (name && drivers_license_id) { #>
77
- <# if (picture) { #>
78
- <img src="{{ _models.picture.get("url") }}" width="18" height="18">
79
- <# } #>
80
-
81
Driver: {{ name }}, {{ drivers_license_id }}
82
<# } #>
83
')
0 commit comments