Files @ 6bf38337fdf7
Branch filter:

Location: symposion_app/pinaxcon/templates/registrasion/_items_list.html

James Polley
Merge branch 'ticket-testing' into 'master'

Update bulk_update functionality

See merge request LCA2018/symposion_app!30
1
2
3
4
5
6
7
{% if items %}
  <ul>
    {% for item in items %}
      <li>{{ item.quantity }} &times; {{ item.product }} {{ suffix }}</li>
    {% endfor %}
  </ul>
{% endif %}