Fix for build report template
This commit is contained in:
parent
fa6daeb679
commit
00ffab472c
|
|
@ -79,7 +79,7 @@ content: "v{{report_revision}} - {{ date.isoformat }}";
|
|||
|
||||
{% block header_content %}
|
||||
<!-- 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'>
|
||||
<h3>
|
||||
|
|
|
|||
Loading…
Reference in New Issue