diff --git a/pinaxcon/templates/dashboard.html b/pinaxcon/templates/dashboard.html index cee89a3561108fa24837b6822ec1a52005c539b6..67dffddf4e2302f05f1ba3f72169ec05a2ac454b 100644 --- a/pinaxcon/templates/dashboard.html +++ b/pinaxcon/templates/dashboard.html @@ -141,9 +141,7 @@ {% endif %}
Add/Update items
{% available_categories as categories %} - {% for category in categories %} -
  • {{ category.name }}
  • - {% endfor %} + {% include "registrasion/_category_list.html" with categories=categories %} {% invoices as invoices %}