Changes between Initial Version and Version 1 of Ticket #36941


Ignore:
Timestamp:
Feb 23, 2026, 4:39:49 AM (3 hours ago)
Author:
Hristo Trendafilov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36941 – Description

    initial v1  
    1919If we include it like this:
    2020
    21 `{% include 'sort_link.html' with sort_param='order_by' field_name='price' %}`
     21`{% include 'sort_link.html' with sort_param='order_by' field_name='price' field_label='By Price' %}`
    2222
    2323Current Behaviour: It produces `?sort_param=price`.
Back to Top