-
Notifications
You must be signed in to change notification settings - Fork 10
The templates
Paris Liakos edited this page Mar 23, 2018
·
3 revisions
All siwapp templates can be overriden.
For example, to override the invoice print one, copy
src/Siwapp/InvoiceBundle/Resources/views/Invoice/print.html.twig
to app/Resources/SiwappInvoiceBundle/views/Invoice/print.html.twig
and then clear the
cache:
$ php bin/console cache:clear --env=prod
The above applies to any template, (probably the print and email ones are those that you are more insterested to).