We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d43d4c + a4d2a95 commit df8ac46Copy full SHA for df8ac46
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