Fix templated string

This commit is contained in:
Oliver 2022-04-14 10:59:52 +10:00
parent bfb8e61df5
commit 7335bfae19

View File

@ -192,7 +192,7 @@ function renderPart(name, data, parameters={}, options={}) {
<small> <small>
${stock_data} ${stock_data}
${extra} ${extra}
${renderId('{% trans "Part ID" $}', data.pk, parameters)} ${renderId('{% trans "Part ID" %}', data.pk, parameters)}
</small> </small>
</span>`; </span>`;