Files @ 4ecd4d0aa4c7
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/registrasion/items_list.html - annotation

Christopher Neugebauer
Adds a clearer “check out and pay” wording to buttons on the dashboard.

Fixes #8.
1
2
3
4
5
6
7
{% if items %}
  <ul>
    {% for item in items %}
      <li>{{ item.quantity }} &times; {{ item.product }}</li>
    {% endfor %}
  </ul>
{% endif %}