mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 19:20:55 +00:00
same treatment for html
This commit is contained in:
@ -98,7 +98,7 @@ content: "v{{report_revision}} - {{ date.isoformat }}";
|
||||
<div class='details-image'>
|
||||
<img class='part-image' src="{% part_image part %}">
|
||||
</div>
|
||||
|
||||
|
||||
<div class='details-container'>
|
||||
|
||||
<table class='details-table'>
|
||||
|
@ -13,7 +13,7 @@
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 75%;
|
||||
{% endblock %}
|
||||
|
||||
|
||||
@top-left {
|
||||
{% block top_left %}
|
||||
{% endblock %}
|
||||
@ -98,7 +98,7 @@
|
||||
{% block page_content %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
||||
|
||||
<div class='footer'>
|
||||
{% block footer_content %}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user