mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 11:10:54 +00:00
replace i html tags
This commit is contained in:
@ -128,7 +128,7 @@ content: "v{{report_revision}} - {{ date.isoformat }}";
|
||||
{% if build.target_date %}
|
||||
{{ build.target_date }}
|
||||
{% else %}
|
||||
<i>Not specified</i>
|
||||
<em>Not specified</em>
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
@ -138,7 +138,7 @@ content: "v{{report_revision}} - {{ date.isoformat }}";
|
||||
{% if build.sales_order %}
|
||||
{% internal_link build.sales_order.get_absolute_url build.sales_order %}
|
||||
{% else %}
|
||||
<i>Not specified</i>
|
||||
<em>Not specified</em>
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -68,8 +68,8 @@ content: "{% trans 'Stock Item Test Report' %}";
|
||||
{{ part.full_name }}
|
||||
</h2>
|
||||
<p>{{ part.description }}</p>
|
||||
<p><i>{{ stock_item.location }}</i></p>
|
||||
<p><i>Stock Item ID: {{ stock_item.pk }}</i></p>
|
||||
<p><em>{{ stock_item.location }}</em></p>
|
||||
<p><em>Stock Item ID: {{ stock_item.pk }}</em></p>
|
||||
</div>
|
||||
<div class='img-right'>
|
||||
<img class='part-img' src="{% part_image part %}">
|
||||
|
Reference in New Issue
Block a user