We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1c491 commit 1fff495Copy full SHA for 1fff495
src/iosanita/contenttypes/browser/templates/export_pdf.pt
@@ -16,7 +16,7 @@
16
<header class="header"
17
tal:define="title context/pdf_title|nothing; logo context/pdf_logo|nothing"
18
tal:condition="title">
19
- <div id="logo" taal:condition="logo" tal:content="structure logo"/>
+ <div id="logo" tal:condition="logo" tal:content="structure logo"/>
20
<h1 class="title">${title}</h1>
21
</header>
22
0 commit comments