diff options
Diffstat (limited to 'app/jrnl/templates/horizontal_select.html')
-rw-r--r-- | app/jrnl/templates/horizontal_select.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/jrnl/templates/horizontal_select.html b/app/jrnl/templates/horizontal_select.html index 4b0a2a1..61dcfd8 100644 --- a/app/jrnl/templates/horizontal_select.html +++ b/app/jrnl/templates/horizontal_select.html @@ -6,7 +6,7 @@ <ul{% if id %} id="{{ id }}_{{ index }}"{% endif %}> {% endif %} {% for option in options %} - <li data-imageid="{{option.value}}">{% include option.template_name with widget=option %}</li> + <li data-imageid="{{option.value}}" data-loopcounter="{{forloop.parentloop.counter}}">{% include option.template_name with widget=option %}</li> {% endfor %} {% if group %} </ul> |