Cosmetics: display lots inline & use ligh bg

Lower visual weight because it's secundary information
This commit is contained in:
Santiago L 2022-05-13 10:39:37 +02:00
parent 300edac5a8
commit 56ccb7591a
1 changed files with 2 additions and 3 deletions

View File

@ -358,10 +358,9 @@
{{ dev.verbose_name }} {{ dev.verbose_name }}
</a> </a>
{% if dev.lots | length > 0 %} {% if dev.lots | length > 0 %}
<br /> <h6 class="d-inline">
<h6>
{% for lot in dev.lots %} {% for lot in dev.lots %}
<span class="badge rounded-pill bg-dark">{{ lot.name }}</span> <span class="badge rounded-pill bg-light text-dark">{{ lot.name }}</span>
{% endfor %} {% endfor %}
</h6> </h6>
{% endif %} {% endif %}