File diff 4ecd4d0aa4c7 → 4f46c715289a
pinaxcon/templates/dashboard.html
Show inline comments
...
 
@@ -141,9 +141,7 @@
 
                {% endif %}
 
                <h5>Add/Update items</h5>
 
                {% available_categories as categories %}
 
                {% for category in categories %}
 
                  <li><a href="{% url "product_category" category.id %}">{{ category.name }}</a></li>
 
                {% endfor %}
 
                {% include "registrasion/_category_list.html" with categories=categories %}
 
              </ul>
 

	
 
              {% invoices as invoices %}