diff --git a/lot/templates/list_lots.html b/lot/templates/list_lots.html index 4024387..50caf8b 100644 --- a/lot/templates/list_lots.html +++ b/lot/templates/list_lots.html @@ -11,20 +11,26 @@
{% csrf_token %} -{% for tag in lot_tags %} -
-
{{ tag }}
-
- -{% for lot in lots %} -{% if lot.type == tag %} -
-
-
{{ lot.name }}
-
-{% endif %} -{% endfor %} -{% endfor %} + + + + + + + + + {% for tag in lot_tags %} + {% for lot in lots %} + {% if lot.type == tag %} + + + + + {% endif %} + {% endfor %} + {% endfor %} + +
SelectLot Group / Lot
{{ tag }}/{{ lot.name }}