WIP: Lot groups search/filtering and lot groups panel ui changes #61

Draft
rskthomas wants to merge 17 commits from rework/lots into main
Showing only changes of commit b334c1652f - Show all commits

View file

@ -137,7 +137,7 @@
{% else %} {% else %}
<a class="nav-link{% if path == 'tags' %} active2{% endif %}" href="{% url 'lot:tags' tag.id %}"> <a class="nav-link{% if path == 'tags' %} active2{% endif %}" href="{% url 'lot:tags' tag.id %}">
{% endif %} {% endif %}
{{ tag.name }} {{ tag.name|truncatechars:17}}
</a> </a>
</li> </li>
{% endfor %} {% endfor %}