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