Files @ a0e0a142e4e6
Branch filter:

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

Christopher Neugebauer
Adds “generate cancellation fee” button to credit notes page.
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>