mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
Fix for build report template
This commit is contained in:
@ -79,7 +79,7 @@ content: "v{{report_revision}} - {{ date.isoformat }}";
|
|||||||
|
|
||||||
{% block header_content %}
|
{% block header_content %}
|
||||||
<!-- TODO - Make the company logo asset generic -->
|
<!-- TODO - Make the company logo asset generic -->
|
||||||
<img class='logo' src="{% asset 'company_logo.png' %}" alt="hello" width="150">
|
<img class='logo' src="{% asset 'company_logo.png' %}" alt="logo" width="150">
|
||||||
|
|
||||||
<div class='header-right'>
|
<div class='header-right'>
|
||||||
<h3>
|
<h3>
|
||||||
|
Reference in New Issue
Block a user