Header Twig
This commit is contained in:
parent
33458b2ca3
commit
ed24ac4994
12 changed files with 207 additions and 183 deletions
|
|
@ -35,7 +35,7 @@
|
|||
</ul>
|
||||
{% if insurance.insurancePdf != "" %}
|
||||
<br>
|
||||
<p><a href="/uploads/{{ insurance.insurancePdf }} " target="_blank"> Informationsblatt zur Versicherung <i class="fa fa-file-pdf-o"></i></a> </p>
|
||||
<p><a href="/_uploads/{{ insurance.insurancePdf }} " target="_blank"> Informationsblatt zur Versicherung <i class="fa fa-file-pdf-o"></i></a> </p>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -79,8 +79,8 @@ swiftmailer:
|
|||
host: "%mailer_host%"
|
||||
username: "%mailer_user%"
|
||||
password: "%mailer_password%"
|
||||
port: "%mailer_port%"
|
||||
auth_mode: "%mailer_auth_mode%"
|
||||
port: 587
|
||||
auth_mode: "login"
|
||||
spool: { type: memory }
|
||||
|
||||
assetic:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue