We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7bc464 commit a459849Copy full SHA for a459849
1 file changed
dojo/templates/dojo/view_product_details.html
@@ -461,7 +461,7 @@ <h3 class="panel-title"><span class="fa-solid fa-circle-info fa-fw" aria-hidden=
461
</tr>
462
<tr>
463
<td><strong>{% trans "Product Type" %}</strong></td>
464
- <td>{{ prod.prod_type|notspecified }}</td>
+ <td><a title="{% trans "Product Type" %}" href="{% url 'view_product_type' prod.prod_type.id %}">{{ prod.prod_type }}</a></td>
465
466
467
<td><strong>{% trans "Platform" %}</strong></td>
0 commit comments