mirror of
				https://github.com/ae-utbm/sith.git
				synced 2025-11-04 02:53:06 +00:00 
			
		
		
		
	Make ProductType an OrderedModel
				
					
				
			This commit is contained in:
		@@ -88,7 +88,7 @@
 | 
			
		||||
        </div>
 | 
			
		||||
      {% endif %}
 | 
			
		||||
 | 
			
		||||
      {% for priority_groups in products|groupby('priority')|reverse %}
 | 
			
		||||
      {% for priority_groups in products|groupby('order') %}
 | 
			
		||||
        {% for category, items in priority_groups.list|groupby('category') %}
 | 
			
		||||
          {% if items|count > 0 %}
 | 
			
		||||
            <section>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user