We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c32384 commit a4d2a95Copy full SHA for a4d2a95
1 file changed
bakeup/templates/workshop/productionday_detail.html
@@ -52,7 +52,7 @@
52
{% if object.point_of_sales.exists %}
53
<p class="mb-0"><strong>{% trans "Point of sales" %}: </strong>
54
{% for pos in object.point_of_sales.all %}
55
- {{ pos }}{% if not forloop.last %}, {% endif %}
+ {{ pos.get_short_name }}{% if not forloop.last %}, {% endif %}
56
{% endfor %}
57
</p>
58
{% endif %}
0 commit comments