Files @ d0bbb39748cf
Branch filter:

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

Nick Seidenman (N6)
A few more tweaks to app.css, removing stuff that makes things look less like the wooden site.
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 %}