qld-gov-au / ckanext-data-qld

Queensland Government Open Data extension
GNU Affero General Public License v3.0
1 stars 6 forks source link

[QOLSVC-4096] use Jinja filter for list reversal #234

Closed ThrawnCA closed 9 months ago

ThrawnCA commented 9 months ago

The Python reverse function does not return a value, it reverses a list in place. The Jinja filter better matches what we want.