Skip to content

Commit a459849

Browse files
authored
feat(ui): Make ProdType clickable (in Prod detail) (#10840)
1 parent c7bc464 commit a459849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/templates/dojo/view_product_details.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ <h3 class="panel-title"><span class="fa-solid fa-circle-info fa-fw" aria-hidden=
461461
</tr>
462462
<tr>
463463
<td><strong>{% trans "Product Type" %}</strong></td>
464-
<td>{{ prod.prod_type|notspecified }}</td>
464+
<td><a title="{% trans "Product Type" %}" href="{% url 'view_product_type' prod.prod_type.id %}">{{ prod.prod_type }}</a></td>
465465
</tr>
466466
<tr>
467467
<td><strong>{% trans "Platform" %}</strong></td>

0 commit comments

Comments
 (0)