Update report example (#11704)

* Update report example

* Fix typo
This commit is contained in:
Oliver 2026-04-09 13:31:25 +10:00 committed by GitHub
parent 7da430f0e7
commit cdb8ad4c30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ To access just the value of a parameter, use the `parameter_value` template tag:
{% raw %}
{% load report %}
{% parameter_value part "length" as length_value %}
{% parameter_value part "length" backup_value="3"as length_value %}
Part: {{ part.name }}<br>
Length: {{ length_value }}
{% endraw %}