Files @ 6fd55d1ca659
Branch filter:

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

Christopher Neugebauer
Adds new invoice.html, which adds in a link to the demo pay button
1
2
3
4
5
6
7
<ul>
  {% for category in categories %}
    {% if not category in exclude %}
      <li><a href="{% url "product_category" category.id %}">{{ category.name }}</a></li>
    {% endif %}
  {% endfor %}
</ul>