use path ... but still todo: set as base path to invoide.yaml
This commit is contained in:
@@ -71,7 +71,6 @@
|
||||
}
|
||||
|
||||
table {
|
||||
font-family: 'Barlow Semi Condensed', sans-serif !important;
|
||||
}
|
||||
|
||||
#address_frame_content {
|
||||
@@ -125,6 +124,12 @@
|
||||
.small {
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
#letter_head_content img {
|
||||
display: block;
|
||||
margin-left: -.55cm;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
@@ -138,7 +143,7 @@
|
||||
</div>
|
||||
<div id="letter_head_content" class="small">
|
||||
{% for address in envelope.AddressContent.Contents %}
|
||||
<p>{{ address.Text | markdown_to_html }}</p>
|
||||
{{ address.Text | markdown_to_html }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user