Fix formatting

This commit is contained in:
Oliver Walters 2019-05-18 23:01:59 +10:00
parent dcf79338c1
commit 368193d397

View File

@ -26,10 +26,10 @@ Calculate pricing information for {{ part }}.
<td><b>BOM Cost</b></td> <td><b>BOM Cost</b></td>
<td>{{ bom_price }}</td> <td>{{ bom_price }}</td>
</tr> </tr>
{% if part.has_complete_bom_pricing == false %} {% if part.has_complete_bom_pricing == False %}
<tr> <tr>
<td colspan='2'> <td colspan='2'>
<span class='warning-msg'><i>BOM pricing is incomplete</i></span> <span class='warning-msg'><i>Note: BOM pricing is incomplete for this part</i></span>
</td> </td>
</tr> </tr>
{% endif %} {% endif %}